mirror of
https://github.com/immich-app/immich.git
synced 2025-12-27 17:24:58 +03:00
stash: moving computers because pnpm is cooked
This commit is contained in:
@@ -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')
|
||||
|
||||
@@ -106,4 +106,7 @@ describe(MaintenanceService.name, () => {
|
||||
expect(mocks.systemMetadata.get).toHaveBeenCalledTimes(1);
|
||||
});
|
||||
});
|
||||
|
||||
describe.skip('getIntegrityReportSummary'); // just calls repository
|
||||
describe.skip('getIntegrityReport'); // just calls repository
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user