Skip to content

Commit 1b58656

Browse files
authored
fix: userprimaryemail not updating (calcom#21318)
1 parent e082cc7 commit 1b58656

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/features/ee/round-robin/roundRobinReassignment.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ export const roundRobinReassignment = async ({
244244
},
245245
data: {
246246
userId: reassignedRRHost.id,
247+
userPrimaryEmail: reassignedRRHost.email,
247248
title: newBookingTitle,
248249
},
249250
select: bookingSelect,

0 commit comments

Comments
 (0)