mirror of
https://github.com/iv-org/invidious.git
synced 2025-03-13 09:26:35 -04:00
fix linting
This commit is contained in:
parent
d95df8710d
commit
96ed65f0ae
@ -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…
x
Reference in New Issue
Block a user