Skip to content

Commit 4582589

Browse files
committed
fix input
1 parent 47ae1c4 commit 4582589

File tree

1 file changed

+1
-1
lines changed
  • packages/api/src/router

1 file changed

+1
-1
lines changed

packages/api/src/router/ai.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const aiRouter = {
2121
journalEntryId: z.string().uuid(),
2222
model: z.string(),
2323
provider: z.string(),
24-
userId: z.string().uuid(),
24+
userId: z.string(),
2525
}),
2626
)
2727
.mutation(async ({ ctx, input }) => {

0 commit comments

Comments
 (0)