From 325dc0d0d00e4809bab8607665d1a6383a58d24f Mon Sep 17 00:00:00 2001 From: Anthony Berg Date: Sun, 4 Aug 2024 20:14:44 +0200 Subject: [PATCH] refactor(arabot): run prettier --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index fae52b3..af16d15 100644 --- a/src/index.ts +++ b/src/index.ts @@ -65,7 +65,7 @@ const main = async () => { container.database = await new PrismaClient(); container.redis = new Redis({ host: process.env.REDIS_URL, - db: 1 + db: 1, }); // Log the bot in to Discord