@sabstravtech/obtservices 0.2.2412061230 → 0.2.2412061330

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -31929,7 +31929,7 @@
31929
31929
  basket = _h.value;
31930
31930
  basketValue = basket.subject.value;
31931
31931
  if (!basketValue.invokedUser) return [3 /*break*/, 3];
31932
- return [4 /*yield*/, rxjs.firstValueFrom(this.removeBasket(basketValue.id))];
31932
+ return [4 /*yield*/, this.removeBasket(basketValue.id).toPromise()];
31933
31933
  case 2:
31934
31934
  _k.sent();
31935
31935
  _k.label = 3;