mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-12-19 19:38:51 +00:00
Fix named arg syntax when passing force_resolve (#4754)
No related issue
This commit is contained in:
@@ -73,7 +73,7 @@ def make_client(url : URI, region = nil, force_resolve : Bool = false, force_you
|
||||
end
|
||||
|
||||
def make_client(url : URI, region = nil, force_resolve : Bool = false, &)
|
||||
client = make_client(url, region, force_resolve)
|
||||
client = make_client(url, region, force_resolve: force_resolve)
|
||||
begin
|
||||
yield client
|
||||
ensure
|
||||
|
||||
Reference in New Issue
Block a user