This commit is contained in:
Syed Ali Shahbaz
2022-06-10 13:06:22 +05:30
parent 4431142d4e
commit adab79040f
+1 -1
View File
@@ -100,7 +100,7 @@ async function createOrlistAllBookings(
})
);
const evt = {
type: eventType.title,
type: eventType?.title || booking.title,
title: booking.title,
description: "",
additionalNotes: "",