Skip to content

Commit

Permalink
recursivce-delete-visitor: delete fiels of linkElement
Browse files Browse the repository at this point in the history
  • Loading branch information
hoeppner-dataport committed Nov 21, 2023
1 parent 459e0dd commit 31fe72a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export class RecursiveDeleteVisitor implements BoardCompositeVisitorAsync {
}

async visitLinkElementAsync(linkElement: LinkElement): Promise<void> {
await this.filesStorageClientAdapterService.deleteFilesOfParent(linkElement.id);
this.deleteNode(linkElement);

await this.visitChildrenAsync(linkElement);
Expand Down

0 comments on commit 31fe72a

Please sign in to comment.