Formatting implemented for @philipp
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
ref #34
This commit is contained in:
parent
cea5993049
commit
a0a08f7724
@ -11,13 +11,12 @@ export class StatusController {
|
|||||||
let connection;
|
let connection;
|
||||||
try {
|
try {
|
||||||
connection = getConnection();
|
connection = getConnection();
|
||||||
}
|
} catch {
|
||||||
catch {
|
throw new Error("sth is wrong, i can feel it....");
|
||||||
throw new Error("sth is wrong, i can feel it....")
|
|
||||||
}
|
}
|
||||||
return {
|
return {
|
||||||
"controllers": "✔",
|
"controllers": "✔",
|
||||||
"database connection": "✔"
|
"database connection": "✔"
|
||||||
}
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user