chore: deps

This commit is contained in:
iCrawl
2023-07-17 09:45:07 +02:00
parent 386f206caf
commit afa98793cd
30 changed files with 4935 additions and 4542 deletions

View File

@@ -71,7 +71,7 @@ export abstract class BaseRedisBroker<TEvents extends Record<string, any>>
*/
public async subscribe(group: string, events: (keyof TEvents)[]): Promise<void> {
await Promise.all(
// eslint-disable-next-line consistent-return
// @ts-expect-error: Intended
events.map(async (event) => {
this.subscribedEvents.add(event as string);
try {