Skip to content

Commit

Permalink
Merge pull request #103 from ReflectionsProjections/dev/aydan/store-a…
Browse files Browse the repository at this point in the history
…ttendee-resumes

Dev/aydan/store attendee resumes
  • Loading branch information
AydanPirani authored Jul 17, 2024
2 parents 4cb3b1a + 19c45b6 commit 33b6e45
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: PartialAttendeeValidator,
out: z.map(PartialAttendeeValidator.keyof(), z.number().min(0).max(1)),
});

0 comments on commit 33b6e45

Please sign in to comment.