Skip to content

Commit

Permalink
Send cancelation email
Browse files Browse the repository at this point in the history
  • Loading branch information
rlho committed Dec 12, 2024
1 parent 8178359 commit 39ab94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion booking-app/components/src/server/db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export const cancel = async (id: string, email: string) => {
id,
getApprovalCcEmail(process.env.NEXT_PUBLIC_BRANCH_NAME),
headerMessage,
BookingStatusLabel.NO_SHOW
BookingStatusLabel.CANCELED
);
clientSendBookingDetailEmail(
id,
Expand Down

0 comments on commit 39ab94e

Please sign in to comment.