mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 12:25:02 +00:00
chore: resolve eslint issues
This commit is contained in:
parent
09125956a0
commit
673ec7b09a
19 changed files with 35 additions and 2 deletions
|
@ -17,6 +17,8 @@ export const CleanAction = automodAction({
|
|||
}
|
||||
|
||||
if (messageIdsToDeleteByChannelId.get(context.message.channel_id)!.includes(context.message.id)) {
|
||||
// FIXME: Debug
|
||||
// tslint:disable-next-line:no-console
|
||||
console.warn(`Message ID to delete was already present: ${pluginData.guild.name}, rule ${ruleName}`);
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue