fix linting
This commit is contained in:
parent
734e72503f
commit
1f51edd0b9
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue