Skip to content

Commit

Permalink
Update wsHttpAuth.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Souvikns committed Dec 12, 2023
1 parent 5780a96 commit ca6fa9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/wsHttpAuth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ class GleeAuth extends EventEmitter {
const conf = this.httpApiKeyLogic(scheme, headers, query, authKey)
headers = conf.headers
query = conf.query

if (query) {
Object.keys(query).forEach(k => {
url.searchParams.set(k, query[k])
Expand Down

0 comments on commit ca6fa9d

Please sign in to comment.