chore: deps

This commit is contained in:
iCrawl
2023-08-22 00:30:08 +02:00
parent 899bc5f78b
commit 5d7c59c301
51 changed files with 1805 additions and 2054 deletions

View File

@@ -19,7 +19,10 @@ export class SimpleContextFetchingStrategy implements IContextFetchingStrategy {
return newThrottler;
}
public constructor(private readonly manager: WebSocketManager, public readonly options: FetchingStrategyOptions) {}
public constructor(
private readonly manager: WebSocketManager,
public readonly options: FetchingStrategyOptions,
) {}
public async retrieveSessionInfo(shardId: number): Promise<SessionInfo | null> {
return this.manager.options.retrieveSessionInfo(shardId);