remove comment

This commit is contained in:
2025-09-01 21:59:58 -04:00
parent d0f3af72f6
commit 8762051e7a

View File

@@ -177,8 +177,8 @@ export class Channels {
throw new ChannelError(`Invalid response format for deleted channel [${channelId}]`, 'INVALID_RESPONSE');
}
// Remove from cache if it exists
const deletedChannel = response.channel;
if (this._channelsByAlias.has(deletedChannel.alias)) {
this._channelsByAlias.delete(deletedChannel.alias);
}