Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / _esm2015 / internal / operators / delayWhen.js
index 3b8d6c00e342924afc9adc97a02145d655bbadec..cc0e9178301a2ab042f27aeb8ea4fdb963bba584 100644 (file)
@@ -25,7 +25,7 @@ class DelayWhenSubscriber extends OuterSubscriber {
         this.delayNotifierSubscriptions = [];
         this.index = 0;
     }
-    notifyNext(outerValue, innerValue, outerIndex, innerIndex, innerSub) {
+    notifyNext(outerValue, _innerValue, _outerIndex, _innerIndex, innerSub) {
         this.destination.next(outerValue);
         this.removeSubscription(innerSub);
         this.tryComplete();