Skip to content

Commit

Permalink
missing ,
Browse files Browse the repository at this point in the history
  • Loading branch information
unixfox committed Dec 30, 2024
1 parent 84b87be commit a5acdde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/invidious/yt_backend/youtube_api.cr
Original file line number Diff line number Diff line change
Expand Up @@ -696,8 +696,8 @@ module YoutubeAPI

begin
invidious_companion = CONFIG.invidious_companion.sample
response = make_client(invidious_companion.private_url, use_http_proxy: false &.post(endpoint, headers: headers, body: data.to_json)
)
response = make_client(invidious_companion.private_url, use_http_proxy: false,
&.post(endpoint, headers: headers, body: data.to_json))
body = response.body
if (response.status_code != 200)
raise Exception.new(
Expand Down

0 comments on commit a5acdde

Please sign in to comment.