diff --git a/src/controllers/watch-status/index.ts b/src/controllers/watch-status/index.ts index fe09656..a2d93e6 100644 --- a/src/controllers/watch-status/index.ts +++ b/src/controllers/watch-status/index.ts @@ -80,6 +80,7 @@ app.openapi(route, async (c) => { ); } catch (error) { console.error(new Error("Error setting watch status", { cause: error })); + console.error(error); return c.json(ErrorResponse, { status: 500 }); } }