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.
1 parent 47ae1c4 commit 4582589Copy full SHA for 4582589
packages/api/src/router/ai.ts
@@ -21,7 +21,7 @@ export const aiRouter = {
21
journalEntryId: z.string().uuid(),
22
model: z.string(),
23
provider: z.string(),
24
- userId: z.string().uuid(),
+ userId: z.string(),
25
}),
26
)
27
.mutation(async ({ ctx, input }) => {
0 commit comments