mirror of
https://github.com/immich-app/immich.git
synced 2025-01-16 16:56:46 +01:00
This commit is contained in:
parent
99fe7b809a
commit
87e8c16a90
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ export class StorageTemplateService implements OnEvents {
|
||||||
return JobStatus.SKIPPED;
|
return JobStatus.SKIPPED;
|
||||||
}
|
}
|
||||||
const assetPagination = usePagination(JOBS_ASSET_PAGINATION_SIZE, (pagination) =>
|
const assetPagination = usePagination(JOBS_ASSET_PAGINATION_SIZE, (pagination) =>
|
||||||
this.assetRepository.getAll(pagination, { withExif: true }),
|
this.assetRepository.getAll(pagination, { withExif: true, withArchived: true }),
|
||||||
);
|
);
|
||||||
const users = await this.userRepository.getList();
|
const users = await this.userRepository.getList();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue