style: Missing comment

This commit is contained in:
April Hall 2025-02-11 18:01:03 -05:00
parent 9b0843405a
commit 30ecb8ebd1
Signed by: arithefirst
GPG Key ID: 4508A15C4DB91C5B

View File

@ -71,6 +71,7 @@ class Db {
}
}
// Check channel method
async checkChannel(channel: string): Promise<boolean> {
try {
channel = sanitizeChannelName(channel);