diff --git a/apps/api/src/routes/api/v1/destinations/handlers.ts b/apps/api/src/routes/api/v1/destinations/handlers.ts index 81fcaf28e..7662d474c 100644 --- a/apps/api/src/routes/api/v1/destinations/handlers.ts +++ b/apps/api/src/routes/api/v1/destinations/handlers.ts @@ -30,6 +30,7 @@ export async function listDestinations(request: FastifyRequest destinations } } catch ({ status, message }) { + console.log({status, message}) return errorHandler({ status, message }) } }