From 17c7430aedb1476838dc02a42393666b17ff2006 Mon Sep 17 00:00:00 2001 From: karamba228 Date: Thu, 3 Oct 2024 13:29:16 -0500 Subject: [PATCH] lint --- src/utils/database.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/database.ts b/src/utils/database.ts index 08b4520..7d2cdf4 100644 --- a/src/utils/database.ts +++ b/src/utils/database.ts @@ -21,7 +21,7 @@ if (!db) { } else { console.log("Database opened in READ_WRITE mode successfully."); } - } + }, ); } else { console.log("Database is already connected in READ_WRITE mode.");