fix: Typo

This commit is contained in:
April Hall 2025-02-15 16:38:48 -05:00
parent fb2592960c
commit 09dce72dfc
Signed by: arithefirst
GPG Key ID: 4508A15C4DB91C5B

View File

@ -30,7 +30,7 @@ class Db {
await this.client.connect(); await this.client.connect();
break; break;
} catch { } catch {
console.error(`Error connecting to DB. Retrying.....}`); console.error(`Error communicating with DB. Retrying...`);
await createDelay(1000); await createDelay(1000);
} }
} }