mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 23:22:56 +00:00
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:
parent
c91cfd361c
commit
6ce6502823
1 changed files with 1 additions and 1 deletions
|
|
@ -129,6 +129,6 @@ process.on("SIGINT", async () => {
|
|||
} catch (e) {
|
||||
console.error(`Slack dont wana work >:3`);
|
||||
} finally {
|
||||
process.exit(0)
|
||||
process.exit(0);
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue