Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / _esm5 / internal / observable / race.js
index 88a47a4c277f6407f4b68f546cf9b83de20bdc99..51290a0e4344752d946374f0c06d48d24365e2f8 100644 (file)
@@ -49,7 +49,7 @@ var RaceSubscriber = /*@__PURE__*/ (function (_super) {
         else {
             for (var i = 0; i < len && !this.hasFirst; i++) {
                 var observable = observables[i];
-                var subscription = subscribeToResult(this, observable, observable, i);
+                var subscription = subscribeToResult(this, observable, undefined, i);
                 if (this.subscriptions) {
                     this.subscriptions.push(subscription);
                 }
@@ -58,7 +58,7 @@ var RaceSubscriber = /*@__PURE__*/ (function (_super) {
             this.observables = null;
         }
     };
-    RaceSubscriber.prototype.notifyNext = function (outerValue, innerValue, outerIndex, innerIndex, innerSub) {
+    RaceSubscriber.prototype.notifyNext = function (_outerValue, innerValue, outerIndex) {
         if (!this.hasFirst) {
             this.hasFirst = true;
             for (var i = 0; i < this.subscriptions.length; i++) {