Removed space in oauth.cr

Fixing CI
This commit is contained in:
choelzl 2022-08-14 14:00:23 +02:00 committed by GitHub
parent 861399de72
commit a2a4f0faab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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