@acorex/connectivity 20.6.0-next.7 → 20.6.0-next.9

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.
@@ -9455,6 +9455,7 @@ class AXCFolderMockService extends AXMFolderServiceImpl {
9455
9455
  }
9456
9456
  async getOne(id) {
9457
9457
  const folder = await super.getOne(id);
9458
+ console.log('call get one every time`');
9458
9459
  if (folder) {
9459
9460
  // Calculate node count
9460
9461
  folder.nodeCount = (folder.folders?.length ?? 0) + (folder.documents?.length ?? 0);