Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
Venryx committed May 16, 2024
1 parent 798dbcf commit 3d6dfa8
Showing 1 changed file with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,16 +109,12 @@ export const NewNodeResource = CreateAccessor((context: ImportContext, data: CG_
displayDetails: undefined,
attachments: CG_Node.GetAttachments(data),
node: node.id,
phrasing: CullNodePhrasingToBeEmbedded(new NodePhrasing({
id: GenerateUUID(),
type: NodePhrasingType.standard,
createdAt: Date.now(),
creator: systemUserID,
node: node.id,
phrasing: {
...(narrativeTitle != null
? {text_base: mainTitle, text_narrative: narrativeTitle}
: {text_base: mainTitle}),
})),
terms: [],
},
});
return new IR_NodeAndRevision({
pathInData: path_indexes,
Expand Down

0 comments on commit 3d6dfa8

Please sign in to comment.