Remove other promise notify

This commit is contained in:
David Baker 2017-07-18 11:27:21 +01:00
parent b261c89a63
commit 7cfef04c1f

View file

@ -131,7 +131,6 @@ export default class MultiInviter {
this.busy = !fatal;
if (!fatal) {
this.deferred.notify(this.completionStates);
this._inviteMore(nextIndex + 1);
}
});