mirror of
https://github.com/iv-org/invidious.git
synced 2025-07-30 10:08:45 -04:00
fix linting
This commit is contained in:
parent
06bfb69628
commit
73f2e92b01
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…
Add table
Add a link
Reference in a new issue