mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
parent
c0ad12f279
commit
dccbe0b3ed
2 changed files with 2 additions and 2 deletions
|
|
@ -114,7 +114,7 @@ export class UserAdminService extends BaseService {
|
|||
}
|
||||
|
||||
async getStatistics(auth: AuthDto, id: string, dto: AssetStatsDto): Promise<AssetStatsResponseDto> {
|
||||
const stats = await this.assetRepository.getStatistics(auth.user.id, dto);
|
||||
const stats = await this.assetRepository.getStatistics(id, dto);
|
||||
return mapStats(stats);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue