fix: typo

Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com>
This commit is contained in:
martin 2024-10-15 12:45:49 +02:00 committed by martabal
parent 24c27eb366
commit 352abd6188
No known key found for this signature in database
GPG Key ID: C00196E3148A52BD

View File

@ -220,7 +220,7 @@ export class PersonRepository implements IPersonRepository {
/*
* withArchived: true -> Return the count of all assets for a given person
* withArchived: false -> Return the count of all unarchived assets for a given person
* withArchived: undefiend ->
* withArchived: undefined ->
* - If person.withArchived = true -> Return the count of all assets for a given person
* - If person.withArchived = false -> Return the count of all unarchived assets for a given person
*/