Skip to content

Commit

Permalink
fix: format zod
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel-leal committed Oct 22, 2024
1 parent cc51de3 commit 0c267b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/dto/elections.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ export const electionSchema = z.object({
candidates: z.array(z.string().uuid()),
});

export const updateElectionSchema = z.string().uuid;
export const updateElectionSchema = z.string().uuid();

0 comments on commit 0c267b3

Please sign in to comment.