mirror of
https://github.com/immich-app/immich.git
synced 2025-07-09 03:04:16 -04:00
fix: undefined param
Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com>
This commit is contained in:
parent
352abd6188
commit
b08ddf4c61
@ -215,7 +215,7 @@ export class PersonRepository implements IPersonRepository {
|
|||||||
return queryBuilder.getMany();
|
return queryBuilder.getMany();
|
||||||
}
|
}
|
||||||
|
|
||||||
@GenerateSql({ params: [DummyValue.UUID, { withArchived: undefined }] })
|
@GenerateSql({ params: [DummyValue.UUID, {}] })
|
||||||
async getStatistics(personId: string, options: PersonStatsOptions): Promise<PersonStatistics> {
|
async getStatistics(personId: string, options: PersonStatsOptions): Promise<PersonStatistics> {
|
||||||
/*
|
/*
|
||||||
* withArchived: true -> Return the count of all assets for a given person
|
* withArchived: true -> Return the count of all assets for a given person
|
||||||
|
Loading…
x
Reference in New Issue
Block a user