stash: moving computers because pnpm is cooked

This commit is contained in:
izzy
2025-11-28 12:50:30 +00:00
parent c50118e535
commit 13e9cf0ed9
3 changed files with 22 additions and 4 deletions

View File

@@ -62,7 +62,7 @@ export class MaintenanceController {
})
@Authenticated({ permission: Permission.Maintenance, admin: true })
getIntegrityReportSummary(): Promise<MaintenanceIntegrityReportSummaryResponseDto> {
return this.service.getIntegrityReportSummary(); //
return this.service.getIntegrityReportSummary();
}
@Post('integrity/report')