fix(hifi): remove extra await
This commit is contained in:
parent
5504e004cc
commit
3a28ef54d1
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue