forked from mystiq/hydrogen-web
fix updates in Invite not firing on collection
This commit is contained in:
parent
47b2eb0bdb
commit
bd748549f7
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ export class Invite extends EventEmitter {
|
|||
|
||||
_emitChange(params) {
|
||||
this.emit("change");
|
||||
this._emitCollectionUpdate(params);
|
||||
this._emitCollectionUpdate(this, params);
|
||||
}
|
||||
|
||||
load(inviteData, log) {
|
||||
|
|
Loading…
Reference in a new issue