From 1b586560f82cfe021a4239529c261efba4cd14fa Mon Sep 17 00:00:00 2001 From: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com> Date: Thu, 15 May 2025 03:31:43 +0530 Subject: [PATCH] fix: userprimaryemail not updating (#21318) --- packages/features/ee/round-robin/roundRobinReassignment.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/features/ee/round-robin/roundRobinReassignment.ts b/packages/features/ee/round-robin/roundRobinReassignment.ts index 457407f5b5..37cea080b4 100644 --- a/packages/features/ee/round-robin/roundRobinReassignment.ts +++ b/packages/features/ee/round-robin/roundRobinReassignment.ts @@ -244,6 +244,7 @@ export const roundRobinReassignment = async ({ }, data: { userId: reassignedRRHost.id, + userPrimaryEmail: reassignedRRHost.email, title: newBookingTitle, }, select: bookingSelect,