Formatting implemented for @philipp
continuous-integration/drone/pr Build is passing Details

ref #34
This commit is contained in:
Nicolai Ort 2020-12-18 23:00:27 +01:00
parent cea5993049
commit a0a08f7724
1 changed files with 3 additions and 4 deletions

View File

@ -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": "✔"
}
};
}
}