Skip to content

Commit

Permalink
Merge pull request #529 from ITPNYU/hotfix/no_show
Browse files Browse the repository at this point in the history
Send cancelation email
  • Loading branch information
rlho authored Dec 12, 2024
2 parents 8178359 + 39ab94e commit 7e67616
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 7e67616

Please sign in to comment.