Skip to content

Commit 5c447b9

Browse files
committed
Fix types
1 parent 84c5d20 commit 5c447b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/__tests__/agent-registry.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ describe('Agent Registry', () => {
187187
}
188188
}
189189

190-
return { templates, validationErrors }
190+
return { templates, dynamicTemplates: agentTemplates, validationErrors }
191191
},
192192
)
193193

0 commit comments

Comments
 (0)