mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-04 06:57:12 +01:00
return if creating booker failed
This commit is contained in:
@@ -21,6 +21,7 @@ export default async function userHandler(req, res) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
res.status(500).end(`Internal Server Error...Guru is meditating...`)
|
res.status(500).end(`Internal Server Error...Guru is meditating...`)
|
||||||
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
await sendReceivedBookingMail(booking)
|
await sendReceivedBookingMail(booking)
|
||||||
|
|||||||
Reference in New Issue
Block a user