Skip to content

Commit 05460ea

Browse files
rdonigianCarsonF
authored andcommitted
Fix neo4j ToolUsage.startDate hydration
1 parent 73385f4 commit 05460ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/tools/tool-usage/tool-usage.neo4j.repository.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export class ToolUsageRepository extends DtoRepository(ToolUsage) {
4444
])
4545
.apply(matchProps({ nodeName: 'tool', outputVar: 'toolProps' }))
4646
.return<{ dto: UnsecuredDto<ToolUsage> }>(
47-
merge('node', {
47+
merge('props', {
4848
container: 'container',
4949
tool: 'toolProps',
5050
creator: 'creator { .id }',

0 commit comments

Comments
 (0)