enhancement(lint): Fix lint errors for src/index.ts

Co-authored-by: NeonGamerBot-QK <neon@saahild.com>
Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
This commit is contained in:
zeon-neon[bot] 2025-03-11 15:20:21 +00:00 committed by GitHub
parent c91cfd361c
commit 6ce6502823
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -129,6 +129,6 @@ process.on("SIGINT", async () => {
} catch (e) {
console.error(`Slack dont wana work >:3`);
} finally {
process.exit(0)
process.exit(0);
}
});