diff --git a/js/HiFi.ts b/js/HiFi.ts index cb5d9fe..1bddd11 100644 --- a/js/HiFi.ts +++ b/js/HiFi.ts @@ -249,7 +249,7 @@ class HiFiClient { while (true) { const unauthorized = res?.status === 401; const previousResponse = res; - const token = await await this.#fetchAppToken({ + const token = await this.#fetchAppToken({ clientId: this.#clientId, clientSecret: this.#clientSecret, signal,