mirror of
https://github.com/iv-org/invidious.git
synced 2026-02-16 21:46:19 +00:00
Fix Lint/UnusedArgument issues
This commit is contained in:
@@ -242,7 +242,7 @@ def produce_channel_community_continuation(ucid, cursor)
|
||||
},
|
||||
}
|
||||
|
||||
continuation = object.try { |i| Protodec::Any.cast_json(object) }
|
||||
continuation = object.try { |i| Protodec::Any.cast_json(i) }
|
||||
.try { |i| Protodec::Any.from_json(i) }
|
||||
.try { |i| Base64.urlsafe_encode(i) }
|
||||
.try { |i| URI.encode_www_form(i) }
|
||||
|
||||
Reference in New Issue
Block a user