mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 18:33:01 +00:00
fixed all warnings :D
This commit is contained in:
@@ -17,6 +17,7 @@ export const testDB = async () => {
|
||||
console.log("db connected");
|
||||
} catch (err) {
|
||||
console.log("db down");
|
||||
console.error(err);
|
||||
process.exit();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user