Skip to content

Commit

Permalink
remove merge text
Browse files Browse the repository at this point in the history
  • Loading branch information
lucia-gomez committed Oct 28, 2024
1 parent 1bb4ff2 commit d8e8458
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions booking-app/app/api/bookings/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,6 @@ export async function PUT(request: NextRequest) {
updatedData,
);

<<<<<<< HEAD
=======
await serverDeleteFieldsByCalendarEventId(
TableNames.BOOKING,
newCalendarEventId,
Expand All @@ -272,7 +270,6 @@ export async function PUT(request: NextRequest) {
],
);

>>>>>>> staging
// handle auto-approval + send emails
await handleBookingApprovalEmails(
isAutoApproval,
Expand Down

0 comments on commit d8e8458

Please sign in to comment.