Skip to content

Commit

Permalink
fix: types
Browse files Browse the repository at this point in the history
  • Loading branch information
MehulZR committed Jan 21, 2025
1 parent 4a2ab78 commit 2c2c6c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -63,4 +63,5 @@ export const eventTypeSelect = Prisma.validator<Prisma.EventTypeSelect>()({
assignRRMembersUsingSegment: true,
maxLeadThreshold: true,
useEventLevelSelectedCalendars: true,
userInterfaceLanguage: true,
});
1 change: 1 addition & 0 deletions packages/lib/test/builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ export const buildEventType = (eventType?: Partial<EventType>): EventType => {
rrSegmentQueryValue: null,
autoTranslateDescriptionEnabled: false,
useEventLevelSelectedCalendars: false,
userInterfaceLanguage: null,
...eventType,
};
};
Expand Down

0 comments on commit 2c2c6c4

Please sign in to comment.