mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
Use break instead of short-circuit return
This commit is contained in:
parent
23049e026f
commit
26b28cea49
1 changed files with 1 additions and 1 deletions
|
@ -558,7 +558,7 @@ def extract_items(initial_data : Hash(String, JSON::Any), author_fallback : Stri
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
return items
|
break
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue