Fix unload clear() call in CompanionChannelPlugin
This commit is contained in:
parent
ac9a040673
commit
2d8713d54e
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ export class CompanionChannelPlugin extends ZeppelinPlugin<ICompanionChannelPlug
|
|||
}
|
||||
|
||||
onUnload() {
|
||||
this.companionChannels.clear;
|
||||
this.companionChannels.clear();
|
||||
}
|
||||
|
||||
async handleCompanionPermissions(userID: string, voiceChannelId: string, remove?: boolean) {
|
||||
|
|
Loading…
Add table
Reference in a new issue