Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Oct 7, 2024
1 parent 9c95d52 commit 0490af9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ export class Queue<T> {
// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/Promise
itemPromiseResolve = resolve;
});
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
this.items.push([item, itemPromiseResolve!, itemPromise]);
return itemPromise;
}
Expand Down

0 comments on commit 0490af9

Please sign in to comment.