Skip to content

Commit

Permalink
fix merge conf
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobc2700 committed Jul 7, 2024
1 parent 36c5692 commit 98f8709
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 @@ -75,4 +75,4 @@ export const EventIdValidator = z.object({
});

// Partial schema for attendee filter
export const PartialAttendeeFilter = AttendeeValidator.partial();
export const PartialAttendeeValidator = AttendeeValidator.partial();

0 comments on commit 98f8709

Please sign in to comment.