From 7cfef04c1f8aae6fc7096f484f02dd6379e358c9 Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 18 Jul 2017 11:27:21 +0100 Subject: [PATCH] Remove other promise notify --- src/utils/MultiInviter.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/MultiInviter.js b/src/utils/MultiInviter.js index 2cc13d89f5..9cdfb947f4 100644 --- a/src/utils/MultiInviter.js +++ b/src/utils/MultiInviter.js @@ -131,7 +131,6 @@ export default class MultiInviter { this.busy = !fatal; if (!fatal) { - this.deferred.notify(this.completionStates); this._inviteMore(nextIndex + 1); } });