@infrab4a/connect 1.0.0-beta.30 → 1.0.0-beta.31

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.
@@ -3888,12 +3888,14 @@
3888
3888
  var result, product, _c;
3889
3889
  return __generator(this, function (_d) {
3890
3890
  switch (_d.label) {
3891
- case 0: return [4 /*yield*/, this.find({
3892
- filters: {
3893
- slug: { operator: exports.Where.EQUALS, value: slug },
3894
- shopAvailability: { operator: exports.Where.IN, value: [shop] },
3895
- },
3896
- })];
3891
+ case 0:
3892
+ console.log(slug, shop);
3893
+ return [4 /*yield*/, this.find({
3894
+ filters: {
3895
+ slug: { operator: exports.Where.EQUALS, value: slug },
3896
+ shopAvailability: { operator: exports.Where.IN, value: [shop] },
3897
+ },
3898
+ })];
3897
3899
  case 1:
3898
3900
  result = _d.sent();
3899
3901
  product = (_a = result === null || result === void 0 ? void 0 : result.data) === null || _a === void 0 ? void 0 : _a.shift();