Skip to content

Commit

Permalink
Fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
yuri-becker committed Jan 23, 2024
1 parent 89687be commit a1cdacb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/guild/moderation/channel/channel.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a1cdacb

Please sign in to comment.