Skip to content

Commit

Permalink
Recurring config missing from event (calcom#3182)
Browse files Browse the repository at this point in the history
  • Loading branch information
leog authored Jun 28, 2022
1 parent 5be669a commit df2c3c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/web/pages/api/book/event.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df2c3c4

Please sign in to comment.