From f25dfd2fd7d025d319b14f1730400bb40b6175dc Mon Sep 17 00:00:00 2001 From: Mihoub Date: Mon, 28 Oct 2024 10:36:04 +0100 Subject: [PATCH] typo --- server/routes/productions/get/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/routes/productions/get/index.ts b/server/routes/productions/get/index.ts index 59d2488..af91722 100644 --- a/server/routes/productions/get/index.ts +++ b/server/routes/productions/get/index.ts @@ -48,7 +48,7 @@ getProductionsRoutes.get( organisation: production.organisation || "", fonction: production.position || "", treated_at: production.treated_at || new Date(), - created_at: production.created_at_at || new Date(), + created_at: production.created_at || new Date(), modified_at: production.modified_at || new Date(), email: production.email || "", name: production.name || "",