Skip to content

Commit

Permalink
Update schema.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
tuanductran authored Dec 26, 2024
1 parent 813e8dd commit d956fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
} from "./constants";

export const TodoSchema = z.object({
id: z.string(),
id: z.any(),
text: z.string(),
completed: z.boolean().optional(),
});
Expand Down

1 comment on commit d956fb4

@vercel
Copy link

@vercel vercel bot commented on d956fb4 Dec 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.