debug log
This commit is contained in:
parent
de77cbb9d8
commit
670eac44be
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ export async function listDestinations(request: FastifyRequest<ListDestinations>
|
|||
destinations
|
||||
}
|
||||
} catch ({ status, message }) {
|
||||
console.log({status, message})
|
||||
return errorHandler({ status, message })
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue