Skip to content

Commit b394e58

Browse files
committed
Fix creator match from 3c1f89e
1 parent db6cdfa commit b394e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/prompts/prompt-variant-response.repository.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export const PromptVariantResponseRepository = <
102102
node('node'),
103103
])
104104
.match([
105-
node('parent'),
105+
node('node'),
106106
relation('out', undefined, 'creator'),
107107
node('creator', 'User'),
108108
])

0 commit comments

Comments
 (0)