mirror of
https://github.com/immich-app/immich.git
synced 2026-01-18 15:55:56 -08:00
chore: lint
This commit is contained in:
@@ -139,7 +139,7 @@ export class IntegrityService extends BaseService {
|
||||
return this.integrityRepository.getIntegrityReportSummary();
|
||||
}
|
||||
|
||||
async getIntegrityReport(dto: IntegrityGetReportDto): Promise<IntegrityReportResponseDto> {
|
||||
getIntegrityReport(dto: IntegrityGetReportDto): Promise<IntegrityReportResponseDto> {
|
||||
return this.integrityRepository.getIntegrityReports({ cursor: dto.cursor, limit: dto.limit || 100 }, dto.type);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user