Fix unload clear() call in CompanionChannelPlugin

This commit is contained in:
Dragory 2019-07-11 12:29:50 +03:00
parent ac9a040673
commit 2d8713d54e

View file

@ -40,7 +40,7 @@ export class CompanionChannelPlugin extends ZeppelinPlugin<ICompanionChannelPlug
} }
onUnload() { onUnload() {
this.companionChannels.clear; this.companionChannels.clear();
} }
async handleCompanionPermissions(userID: string, voiceChannelId: string, remove?: boolean) { async handleCompanionPermissions(userID: string, voiceChannelId: string, remove?: boolean) {