monorise 0.0.1 → 0.0.2-dev.0

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.
@@ -7676,7 +7676,7 @@ var ListTagsController = class {
7676
7676
  const results = yield this.tagRepository.listTags({
7677
7677
  entityType,
7678
7678
  tagName,
7679
- limit: Number(limit),
7679
+ limit: limit ? Number(limit) : void 0,
7680
7680
  options: {
7681
7681
  lastKey
7682
7682
  },