mirror of
https://github.com/immich-app/immich.git
synced 2025-12-27 01:11:42 +03:00
test: cont. integrity service tests
This commit is contained in:
@@ -42,7 +42,7 @@ export class IntegrityController {
|
||||
})
|
||||
@Authenticated({ permission: Permission.Maintenance, admin: true })
|
||||
getIntegrityReport(@Body() dto: IntegrityGetReportDto): Promise<IntegrityReportResponseDto> {
|
||||
return this.service.getIntegrityReport(dto);
|
||||
return this.service.getIntegrityReport(dto.type);
|
||||
}
|
||||
|
||||
@Delete('report/:id')
|
||||
|
||||
Reference in New Issue
Block a user