From 993eac89b1946fbecd94d4ec8bc9d5c931b9d4e0 Mon Sep 17 00:00:00 2001 From: Stuart Long Chay Boon Date: Mon, 24 Oct 2022 20:47:00 +0800 Subject: [PATCH] [offers][fix] Fix incorrect name --- apps/portal/prisma/readSheet.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/portal/prisma/readSheet.ts b/apps/portal/prisma/readSheet.ts index acb6eaa3..067c3d3f 100644 --- a/apps/portal/prisma/readSheet.ts +++ b/apps/portal/prisma/readSheet.ts @@ -56,7 +56,7 @@ const seedSalaries = async () => { //seed here return await Promise.all( - data.map(async (data: excelData) => { + data.map(async (data: ExcelData) => { // only add swe roles if (data.Role.toUpperCase() === 'SOFTWARE ENGINEER') { if (data.Income && typeof data.Income === 'number') {