Skip to content

Commit

Permalink
Fixing new node creation in parent id
Browse files Browse the repository at this point in the history
  • Loading branch information
leandroBorgesFerreira committed Sep 4, 2024
1 parent ba3436d commit aaadff4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ fun Document.info(): DocumentInfo = DocumentInfo(
title = this.title,
createdAt = this.createdAt,
lastUpdatedAt = this.lastUpdatedAt,
parentId = this.parentId
)

0 comments on commit aaadff4

Please sign in to comment.