Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Sep 19, 2023
1 parent 7a3f278 commit a1ed4fd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ export class RealtimeManager extends EventEmitter {

public async unsubscribe(): Promise<void> {
await this.pubsubRedis?.unsubscribe(Keys.realtimeSubscriptions())
await this.pubsubRedis?.quit()
}

private async run<T>(description: string, fn: (client: Redis) => Promise<T>): Promise<T | null> {
Expand Down

0 comments on commit a1ed4fd

Please sign in to comment.