fix c/p error in invite store
This commit is contained in:
parent
76933e51aa
commit
ac312cbdc7
1 changed files with 1 additions and 1 deletions
|
@ -28,6 +28,6 @@ export class InviteStore {
|
||||||
}
|
}
|
||||||
|
|
||||||
remove(roomId) {
|
remove(roomId) {
|
||||||
this._store.delete(roomId);
|
this._inviteStore.delete(roomId);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue