From ca6fa9d63a552ff7537fab1fe8295227821a78eb Mon Sep 17 00:00:00 2001 From: souvik Date: Tue, 12 Dec 2023 18:26:24 +0530 Subject: [PATCH] Update wsHttpAuth.ts --- src/lib/wsHttpAuth.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/wsHttpAuth.ts b/src/lib/wsHttpAuth.ts index 851151c70..7544a3669 100644 --- a/src/lib/wsHttpAuth.ts +++ b/src/lib/wsHttpAuth.ts @@ -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])