This commit is contained in:
Erik 2021-07-19 22:39:14 +03:00
parent b04bbfa574
commit 652a1f5827
No known key found for this signature in database
GPG Key ID: 7E862371D3409F16

View File

@ -243,7 +243,7 @@ class ChannelHandler {
});
if (_cached) {
const [userId] = _cached;
delete chCache[userId];
delete this.modmail.cache.channels[userId];
}
}).catch((err) => {
this.client.logger.error(`Failed to delete channel from graveyard during sweep:\n${err.stack}`);