fix the return type documentation
This commit is contained in:
		| @@ -8,7 +8,7 @@ export class SystemController { | ||||
|   @Get('/timestamp') | ||||
|   @ApiResponse({ | ||||
|     description: 'The current ZULU timestamp of the system', | ||||
|     type: String, | ||||
|     type: Number, | ||||
|   }) | ||||
|   async timestamp(): Promise<number> { | ||||
|     return new Date().getTime(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user