@infrab4a/connect 3.4.0-beta.6 → 3.4.0-beta.7

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.
@@ -4216,7 +4216,7 @@
4216
4216
  return [3 /*break*/, 11];
4217
4217
  case 9:
4218
4218
  error_1 = _a.sent();
4219
- return [4 /*yield*/, this.filterOptionRepository.create(options.value[i])];
4219
+ return [4 /*yield*/, this.filterOptionRepository.create(Object.assign(Object.assign({}, options.value[i]), { filterId: filterId }))];
4220
4220
  case 10:
4221
4221
  newOption = _a.sent();
4222
4222
  filterOptions.push(newOption);