diff --git a/server/src/repositories/person.repository.ts b/server/src/repositories/person.repository.ts index 82e0412f08..fae191c464 100644 --- a/server/src/repositories/person.repository.ts +++ b/server/src/repositories/person.repository.ts @@ -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 */