Skip to content

Commit

Permalink
Await connection
Browse files Browse the repository at this point in the history
  • Loading branch information
lizkenyon committed Dec 14, 2023
1 parent 4d71696 commit 2e7938e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export class RedisConnection implements DBConnection {
}

async connect(): Promise<void> {
return this.client.connect();
await this.client.connect();
}

async disconnect(): Promise<void> {
Expand Down

0 comments on commit 2e7938e

Please sign in to comment.