mirror of
https://github.com/immich-app/immich.git
synced 2025-12-22 09:15:34 +03:00
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user