chore: lint fixes

This commit is contained in:
izzy
2025-11-20 17:05:22 +00:00
parent 161918e9ca
commit 5be08274ff
7 changed files with 33 additions and 20 deletions

View File

@@ -21,7 +21,7 @@ export class MaintenanceWorkerController {
constructor(private service: MaintenanceWorkerService) {}
@Get('server/config')
getServerConfig(): Promise<ServerConfigDto> {
getServerConfig(): ServerConfigDto {
return this.service.getSystemConfig();
}