Skip to content

Commit

Permalink
fixed yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
Aydan Pirani committed Jul 17, 2024
1 parent 2898d76 commit 19c45b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/attendee/attendee-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@ export const PartialAttendeeValidator = AttendeeValidator.partial();

export const AttendeeFilterValidator = z.object({
in: PartialAttendeeValidator,
out: z.map(PartialAttendeeValidator.keyof(), z.number().min(0).max(1))
out: z.map(PartialAttendeeValidator.keyof(), z.number().min(0).max(1)),
});

0 comments on commit 19c45b6

Please sign in to comment.