fixed all warnings :D

This commit is contained in:
Oliver Bryan
2025-12-31 18:08:47 +00:00
parent 70ef02f790
commit 8b6dad8a2a
23 changed files with 138 additions and 145 deletions

View File

@@ -17,6 +17,7 @@ export const testDB = async () => {
console.log("db connected");
} catch (err) {
console.log("db down");
console.error(err);
process.exit();
}
};