Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit 929bec8

Browse files
committed
remove destroy function
1 parent 2395981 commit 929bec8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/packages/documents/document-types/tree/tree-item-children/collection/repository/document-type-tree-item-children-collection.repository.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ export class UmbDocumentTypeTreeItemChildrenCollectionRepository
2828
return this.#treeRepository.requestTreeItemsOf({ parent, skip: filter.skip, take: filter.take });
2929
}
3030
}
31-
32-
override destroy(): void {
33-
this.#treeRepository.destroy();
34-
super.destroy();
35-
}
3631
}
3732

3833
export { UmbDocumentTypeTreeItemChildrenCollectionRepository as api };

0 commit comments

Comments
 (0)