fix(discord-bot): remove unexpected top level return
This commit is contained in:
@@ -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}'`);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user