Skip to content

Commit

Permalink
fixes [BUG]: Unpinning a channel with noone connected doesn't delete …
Browse files Browse the repository at this point in the history
…it. #395
  • Loading branch information
sebasptsch committed Sep 1, 2024
1 parent bcf0803 commit 8d66de7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/features/secondary/secondary.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1018,6 +1018,9 @@ export class SecondaryService {
),
);

// update the channel
await this.update(guildId, channelId);

return discordChannel;
}

Expand Down

0 comments on commit 8d66de7

Please sign in to comment.