monorise 0.0.3 → 0.0.4

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.
@@ -6960,7 +6960,7 @@ var ListEntitiesController = class {
6960
6960
  }
6961
6961
  const results = yield this.entityRepository.listEntities(__spreadValues({
6962
6962
  entityType,
6963
- limit: Number(limit),
6963
+ limit: limit ? Number(limit) : void 0,
6964
6964
  options: {
6965
6965
  lastKey
6966
6966
  }