From 352abd6188d08435ccc53660089518ecac6dba58 Mon Sep 17 00:00:00 2001 From: martin <74269598+martabal@users.noreply.github.com> Date: Tue, 15 Oct 2024 12:45:49 +0200 Subject: [PATCH] fix: typo Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com> --- server/src/repositories/person.repository.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */