diff --git a/apps/discord-bot/src/index.ts b/apps/discord-bot/src/index.ts index 0b8872a..1d733af 100644 --- a/apps/discord-bot/src/index.ts +++ b/apps/discord-bot/src/index.ts @@ -36,7 +36,7 @@ switch (mode.type) { default: { // @ts-ignore - return logger.fatal(`ERROR: Not implemented: '${mode.type}'`); + logger.fatal(`ERROR: Not implemented: '${mode.type}'`); } }