1
0

fix the return type documentation

Este cometimento está contido em:
Sven Czarnian
2022-11-04 13:13:35 +01:00
ascendente e75d872173
cometimento 1d6d0b63e9

Ver ficheiro

@@ -8,7 +8,7 @@ export class SystemController {
@Get('/timestamp') @Get('/timestamp')
@ApiResponse({ @ApiResponse({
description: 'The current ZULU timestamp of the system', description: 'The current ZULU timestamp of the system',
type: String, type: Number,
}) })
async timestamp(): Promise<number> { async timestamp(): Promise<number> {
return new Date().getTime(); return new Date().getTime();