Reformat code by yarn format

Signed-off-by: Yannick Bungers <git@innay.de>
This commit is contained in:
Yannick Bungers 2021-01-30 18:09:00 +01:00 committed by David Mehren
parent 5920a1c72f
commit 22aaa956a7
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3
8 changed files with 73 additions and 62 deletions

View file

@ -17,7 +17,7 @@ export class MonitoringController {
@UseGuards(TokenAuthGuard)
@Get()
getStatus() : Promise<ServerStatusDto> {
getStatus(): Promise<ServerStatusDto> {
// TODO: toServerStatusDto.
return this.monitoringService.getServerStatus();
}