diff --git a/backend/src/guild/moderation/channel/channel.controller.ts b/backend/src/guild/moderation/channel/channel.controller.ts index 3a561e1..3d9908c 100644 --- a/backend/src/guild/moderation/channel/channel.controller.ts +++ b/backend/src/guild/moderation/channel/channel.controller.ts @@ -152,6 +152,7 @@ export class ChannelController { channel as GuildTextBasedChannel, (messages) => messages.last().createdTimestamp < before, (msg) => msg.deletable && msg.createdTimestamp > before, + this.logger, ); } else { throw new ChannelNotTextBasedException(channel.name);