Remove extraneous line from merge

This commit is contained in:
epicsam123 2026-05-11 11:19:31 -06:00 committed by GitHub
parent d1fb27662d
commit 4f09a07cba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,7 +60,6 @@ we're going to need to do it here in order to allow for translations.
"replies_loaded_text" => HTML.escape(I18n.translate(locale, "Replies loaded")), "replies_loaded_text" => HTML.escape(I18n.translate(locale, "Replies loaded")),
"hide_replies_text" => HTML.escape(I18n.translate(locale, "Hide replies")), "hide_replies_text" => HTML.escape(I18n.translate(locale, "Hide replies")),
"show_replies_text" => HTML.escape(I18n.translate(locale, "Show replies")), "show_replies_text" => HTML.escape(I18n.translate(locale, "Show replies")),
replies")),
"params" => params, "params" => params,
"preferences" => preferences, "preferences" => preferences,
"premiere_timestamp" => video.premiere_timestamp.try &.to_unix, "premiere_timestamp" => video.premiere_timestamp.try &.to_unix,