This commit is contained in:
Joe Au-Yeung 2023-12-20 15:49:58 -05:00
parent f50e425d5a
commit 6c945e1b24

View File

@ -84,12 +84,7 @@ export async function getServerSideProps(context: GetServerSidePropsContext) {
// if booking event type is for a seated event and no seat reference uid is provided, throw not found
if (booking?.eventType?.seatsPerTimeSlot && !maybeSeatReferenceUid) {
console.log(
"🚀 ~ file: [uid].tsx:87 ~ getServerSideProps ~ maybeSeatReferenceUid:",
maybeSeatReferenceUid
);
const userId = session?.user?.id;
console.log("🚀 ~ file: [uid].tsx:89 ~ getServerSideProps ~ userId:", userId);
if (!userId && !seatReferenceUid) {
return {