From 30ecb8ebd1b0552df7bfa2f2897cea0445d3804b Mon Sep 17 00:00:00 2001 From: April Hall Date: Tue, 11 Feb 2025 18:01:03 -0500 Subject: [PATCH] style: Missing comment --- src/lib/server/db/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/server/db/index.ts b/src/lib/server/db/index.ts index 61c2d50..b245910 100644 --- a/src/lib/server/db/index.ts +++ b/src/lib/server/db/index.ts @@ -71,6 +71,7 @@ class Db { } } + // Check channel method async checkChannel(channel: string): Promise { try { channel = sanitizeChannelName(channel);