We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ToolUsage.startDate
1 parent 73385f4 commit 05460eaCopy full SHA for 05460ea
src/components/tools/tool-usage/tool-usage.neo4j.repository.ts
@@ -44,7 +44,7 @@ export class ToolUsageRepository extends DtoRepository(ToolUsage) {
44
])
45
.apply(matchProps({ nodeName: 'tool', outputVar: 'toolProps' }))
46
.return<{ dto: UnsecuredDto<ToolUsage> }>(
47
- merge('node', {
+ merge('props', {
48
container: 'container',
49
tool: 'toolProps',
50
creator: 'creator { .id }',
0 commit comments