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 Philip Molares
parent a7f35aaeec
commit c2b6c6fe49
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();
}