Skip to content

Commit b5e08ea

Browse files
authoredMar 6, 2025
fix: api v2 create event-type with delegation credentials (#19797)
1 parent 00ee1ef commit b5e08ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎apps/api/v2/src/ee/event-types/event-types_2024_06_14/services/event-types.service.ts

+1
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ export class EventTypesService_2024_06_14 {
121121
profile: { id: profileId },
122122
metadata: user.metadata,
123123
selectedCalendars,
124+
email: user.email,
124125
};
125126
}
126127

0 commit comments

Comments
 (0)