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

Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com>
This commit is contained in:
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

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 } : {}),
},
};