mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Removed space in oauth.cr
Fixing CI
This commit is contained in:
parent
861399de72
commit
a2a4f0faab
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ def oauth_info(idx, token)
|
|||
if idx > CONFIG.oauth.size
|
||||
raise Exception.new("Invalid OAuth Endpoint Index: " + idx.to_s)
|
||||
end
|
||||
|
||||
|
||||
if oauth = CONFIG.oauth[idx]
|
||||
oauth_host = oauth.host
|
||||
oauth_info_uri = oauth.info_uri
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue