spell misstake
This commit is contained in:
parent
0c8a27a7fe
commit
92265c80dc
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ export const connectToDB = async () => {
|
|||
await db.sync(true);
|
||||
log("Database", "Connected to Database!");
|
||||
} catch (e) {
|
||||
error("Database", "Error while conncting to Database!");
|
||||
error("Database", "Error while connecting to Database!");
|
||||
debug("Database", "Error:", e);
|
||||
throw e;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue