@chevre/domain 21.2.0-alpha.110 → 21.2.0-alpha.111

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.
@@ -927,7 +927,7 @@ class MongoRepository {
927
927
  return __awaiter(this, void 0, void 0, function* () {
928
928
  const modifiedTime = new Date();
929
929
  const bulkWriteOps = [];
930
- if (Array.isArray(params)) {
930
+ if (Array.isArray(params.subReservation)) {
931
931
  params.subReservation.forEach((subReservation) => {
932
932
  var _a, _b;
933
933
  bulkWriteOps.push({
package/package.json CHANGED
@@ -117,5 +117,5 @@
117
117
  "postversion": "git push origin --tags",
118
118
  "prepublishOnly": "npm run clean && npm run build && npm test && npm run doc"
119
119
  },
120
- "version": "21.2.0-alpha.110"
120
+ "version": "21.2.0-alpha.111"
121
121
  }