Skip to content

Commit

Permalink
fix: type error
Browse files Browse the repository at this point in the history
  • Loading branch information
Udit-takkar committed Aug 30, 2024
1 parent 91266ab commit e69c4e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/lib/server/eventTypeSelect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export const eventTypeSelect = Prisma.validator<Prisma.EventTypeSelect>()({
seatsShowAttendees: true,
seatsShowAvailabilityCount: true,
scheduleId: true,
instantMeetingScheduleId: true,
price: true,
currency: true,
slotInterval: true,
Expand Down

0 comments on commit e69c4e0

Please sign in to comment.