chore(): bump typescript and types/node versions

This commit is contained in:
tiagosiebler
2025-01-21 15:26:40 +00:00
parent 39ce4c4929
commit 50bae8b1c2
4 changed files with 40 additions and 30 deletions

View File

@@ -248,7 +248,7 @@ export class WebsocketClient extends BaseWebsocketClient<
perWsKeyTopics[derivedWsKey] = [];
}
perWsKeyTopics[derivedWsKey]!.push(wsRequest);
perWsKeyTopics[derivedWsKey].push(wsRequest);
}
const promises: Promise<unknown>[] = [];