Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / _esm5 / internal / operators / delayWhen.js
index cda6c7ef2489d3b486ffa3ebdd259a9278c839a7..b021defec299f93a24be83720d5c0a6d556528b2 100644 (file)
@@ -32,7 +32,7 @@ var DelayWhenSubscriber = /*@__PURE__*/ (function (_super) {
         _this.index = 0;
         return _this;
     }
-    DelayWhenSubscriber.prototype.notifyNext = function (outerValue, innerValue, outerIndex, innerIndex, innerSub) {
+    DelayWhenSubscriber.prototype.notifyNext = function (outerValue, _innerValue, _outerIndex, _innerIndex, innerSub) {
         this.destination.next(outerValue);
         this.removeSubscription(innerSub);
         this.tryComplete();