Recurring config missing from event (#3182)

This commit is contained in:
Leo Giovanetti
2022-06-28 18:04:44 -03:00
committed by GitHub
parent 5be669a479
commit df2c3c42bf
+1
View File
@@ -417,6 +417,7 @@ async function handler(req: NextApiRequest) {
// Overriding the recurring event configuration count to be the actual number of events booked for
// the recurring event (equal or less than recurring event configuration count)
eventType.recurringEvent = Object.assign({}, eventType.recurringEvent, { count: recurringCount });
evt.recurringEvent = eventType.recurringEvent;
}
// Initialize EventManager with credentials