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