From c761f1ca128668934051d97950da245eef09ef4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=A6Ltorio?= Date: Sun, 3 Nov 2024 19:05:25 +0100 Subject: [PATCH] no optional sexe --- username_generator/src/generator.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/username_generator/src/generator.ts b/username_generator/src/generator.ts index 6104774..1a9ea29 100644 --- a/username_generator/src/generator.ts +++ b/username_generator/src/generator.ts @@ -7,7 +7,7 @@ export const lastNames = _lastNames as Lastnames; export interface Firstname { firstname: string; - sexe?: number; + sexe: number; occurrences: number; }