Skip to content

Commit

Permalink
fix: correct property name
Browse files Browse the repository at this point in the history
  • Loading branch information
haakonflatval-cognite committed Jul 31, 2023
1 parent 3d8b06c commit d768d79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ async function getMappingEdges(
property: [
fdmConfig.source.space,
`${fdmConfig.source.externalId}/${fdmConfig.source.version}`,
'nodeId'
'revisionNodeId'
],
values: ancestorIds
}
Expand Down

0 comments on commit d768d79

Please sign in to comment.