Remove 3rd param from getBooking
This commit is contained in:
@@ -283,11 +283,7 @@ export async function getServerSideProps(context: GetServerSidePropsContext) {
|
||||
: eventType.recurringEvent.count)) ||
|
||||
null;
|
||||
|
||||
const currentSlotBooking = await getBooking(
|
||||
prisma,
|
||||
bookingUidWithSeats || "",
|
||||
eventTypeObject.bookingFields
|
||||
);
|
||||
const currentSlotBooking = await getBooking(prisma, bookingUidWithSeats || "");
|
||||
|
||||
return {
|
||||
props: {
|
||||
|
||||
Reference in New Issue
Block a user