mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-23 05:33:07 +05:30
fix linting
This commit is contained in:
parent
734e72503f
commit
1f51edd0b9
@ -684,8 +684,8 @@ module YoutubeAPI
|
||||
data : Hash
|
||||
) : Hash(String, JSON::Any)
|
||||
headers = HTTP::Headers{
|
||||
"Content-Type" => "application/json; charset=UTF-8",
|
||||
"Authorization" => "Bearer " + CONFIG.invidious_companion_key,
|
||||
"Content-Type" => "application/json; charset=UTF-8",
|
||||
"Authorization" => "Bearer " + CONFIG.invidious_companion_key,
|
||||
}
|
||||
|
||||
# Logging
|
||||
|
Loading…
Reference in New Issue
Block a user