fix: Typo
This commit is contained in:
parent
fb2592960c
commit
09dce72dfc
@ -30,7 +30,7 @@ class Db {
|
||||
await this.client.connect();
|
||||
break;
|
||||
} catch {
|
||||
console.error(`Error connecting to DB. Retrying.....}`);
|
||||
console.error(`Error communicating with DB. Retrying...`);
|
||||
await createDelay(1000);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user