mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-04 23:17:12 +01:00
improve logging?
This commit is contained in:
committed by
Thomas Ruoff
parent
942066bc7a
commit
00002a62d2
@@ -7,6 +7,7 @@ import {
|
||||
sendBookingRejected,
|
||||
sendBookingCanceled,
|
||||
} from '../../../../helpers/mail'
|
||||
import { log } from '../../../../helpers/log'
|
||||
|
||||
function changedStatus(
|
||||
previous: Booking,
|
||||
@@ -72,7 +73,7 @@ export default async function userHandler(
|
||||
|
||||
res.status(200).json(current)
|
||||
} catch (error) {
|
||||
console.error('failed patch booking', error)
|
||||
log.error('failed patch booking', error)
|
||||
res.status(400).end(`Failed to save booking: ${error.message}`)
|
||||
}
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user