Skip to content

Commit bfa2e3b

Browse files
committed
feat: add id to expected headers
1 parent 54768f9 commit bfa2e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/csvUtils.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const csvToOrder = (data: any): Order => {
7070

7171
const assertCsvHeaders = (line: string): void => {
7272
const expectedHeaders = [
73-
"First Name", "Last Name", "Cell Phone",
73+
"ID", "First Name", "Last Name", "Cell Phone",
7474
"Home Phone", "E-mail", "Customer Comments",
7575
"Boxes for AFAC", "Boxes for Customer", "Total"
7676
];

0 commit comments

Comments
 (0)