mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
fix log msg
This commit is contained in:
@@ -31,7 +31,10 @@ export default async function userHandler(
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
log.info(`received booking ${booking.uuid} from {booking.email}`)
|
log.info(
|
||||||
|
`received booking ${booking.uuid} from ${booking.email}`,
|
||||||
|
booking
|
||||||
|
)
|
||||||
await sendReceivedBookingAdminMail(booking)
|
await sendReceivedBookingAdminMail(booking)
|
||||||
log.info(`send booking ${booking.uuid} received to admin`, booking)
|
log.info(`send booking ${booking.uuid} received to admin`, booking)
|
||||||
await sendReceivedBookingBookerMail(booking)
|
await sendReceivedBookingBookerMail(booking)
|
||||||
|
|||||||
Reference in New Issue
Block a user