Skip to content

Commit

Permalink
remove destroy function
Browse files Browse the repository at this point in the history
  • Loading branch information
nielslyngsoe committed Nov 7, 2024
1 parent 2395981 commit 929bec8
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ export class UmbDocumentTypeTreeItemChildrenCollectionRepository
return this.#treeRepository.requestTreeItemsOf({ parent, skip: filter.skip, take: filter.take });
}
}

override destroy(): void {
this.#treeRepository.destroy();
super.destroy();
}
}

export { UmbDocumentTypeTreeItemChildrenCollectionRepository as api };

0 comments on commit 929bec8

Please sign in to comment.