@infrab4a/connect 1.0.0-beta.33 → 1.0.0-beta.34

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.
@@ -3882,7 +3882,7 @@
3882
3882
  });
3883
3883
  });
3884
3884
  };
3885
- ProductHasuraGraphQLRepository.prototype.getBySlug = function (slug, shop) {
3885
+ ProductHasuraGraphQLRepository.prototype.getBySlug = function (slug) {
3886
3886
  var _a;
3887
3887
  return __awaiter(this, void 0, void 0, function () {
3888
3888
  var result, product, _c;
@@ -3890,8 +3890,7 @@
3890
3890
  switch (_d.label) {
3891
3891
  case 0: return [4 /*yield*/, this.find({
3892
3892
  filters: {
3893
- slug: slug,
3894
- shopAvailability: [shop],
3893
+ slug: slug
3895
3894
  },
3896
3895
  })];
3897
3896
  case 1: