mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Fix typo
This commit is contained in:
parent
d3eadccd51
commit
b7acdfad24
1 changed files with 1 additions and 1 deletions
|
@ -1980,7 +1980,7 @@ get "/api/v1/comments/:id" do |env|
|
|||
json.field "content", content
|
||||
json.field "contentHtml", content_html
|
||||
json.field "published", published.epoch
|
||||
json.field "publishedText", "#{recode_date(video.published)} ago"
|
||||
json.field "publishedText", "#{recode_date(published)} ago"
|
||||
json.field "likeCount", node_comment["likeCount"]
|
||||
json.field "commentId", node_comment["commentId"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue