From ee121bcfcb31e2dcc3fae30ec62e56d63cddd157 Mon Sep 17 00:00:00 2001 From: Alex Christoffer Rasmussen Date: Tue, 16 Jan 2024 19:35:16 +0100 Subject: [PATCH] change all ExcelImportMaps to lowercase (#716) * fix: change all ExcelImportMaps to lowercase (#716) --- apps/server/src/utils/parser.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/server/src/utils/parser.ts b/apps/server/src/utils/parser.ts index 4a4ec8390..f4501e88b 100644 --- a/apps/server/src/utils/parser.ts +++ b/apps/server/src/utils/parser.ts @@ -53,6 +53,9 @@ export const parseExcel = (excelData: unknown[][], options?: Partial = { title: '', description: '',