CALCOM-6398 - [CAL-749] remove ethSignature from query if unused (#6425)

Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com>
pull/6410/head^2
GitStart-Cal.com 2023-01-12 19:40:00 +05:45 committed by GitHub
parent 447098bc97
commit e5fa202a09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ const AvailableTimes: FC<AvailableTimesProps> = ({
slug: eventTypeSlug,
/** Treat as recurring only when a count exist and it's not a rescheduling workflow */
count: recurringCount && !rescheduleUid ? recurringCount : undefined,
ethSignature,
...(ethSignature ? { ethSignature } : {}),
},
};