diff --git a/src/controllers/StatusController.ts b/src/controllers/StatusController.ts index 08bf150..9f83c50 100644 --- a/src/controllers/StatusController.ts +++ b/src/controllers/StatusController.ts @@ -11,13 +11,12 @@ export class StatusController { let connection; try { connection = getConnection(); - } - catch { - throw new Error("sth is wrong, i can feel it....") + } catch { + throw new Error("sth is wrong, i can feel it...."); } return { "controllers": "✔", "database connection": "✔" - } + }; } } \ No newline at end of file