@social-mail/social-mail-client 1.4.11 → 1.4.12

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.
@@ -26427,14 +26427,10 @@ System.register(["tslib", "@web-atoms/core/dist/di/DISingleton", "@web-atoms/cor
26427
26427
  return __awaiter(this, void 0, void 0, function* () {
26428
26428
  const folder = yield this.entityService.query(AppFile).where({
26429
26429
  id
26430
- }, p => x => x.appFileID === p.id).include(x => x.creator).include(x => x.children).firstOrDefault({
26430
+ }, p => x => x.appFileID === p.id).include(x => x.creator).firstOrDefault({
26431
26431
  cancelToken
26432
26432
  });
26433
- if (folder.children) {
26434
- folder.children.remove(x => !x.isFolder);
26435
- } else {
26436
- folder.children = [];
26437
- }
26433
+ folder.children = [];
26438
26434
  return folder;
26439
26435
  });
26440
26436
  }