Stupid mistake

This commit is contained in:
Ben
2020-08-06 23:36:05 +01:00
parent 2ab0afdce9
commit b905e66fd5

View File

@@ -50,7 +50,7 @@ module.exports.setup = async function()
await Database.sync();
Logger.info('Database connection has been established successfully.');
} catch (error) {
Logger.panic(`Unable to connect to the database: ${errpr}`);
Logger.panic(`Unable to connect to the database: ${error}`);
}
}