From 70eacc5e0efa011299e9d2ab0e61783eae223ead Mon Sep 17 00:00:00 2001 From: jjoel1630 Date: Fri, 25 Oct 2024 22:48:09 -0400 Subject: [PATCH] fixed npm build issue --- src/data/sampledata.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/data/sampledata.ts b/src/data/sampledata.ts index 7f40535..07e1cc7 100644 --- a/src/data/sampledata.ts +++ b/src/data/sampledata.ts @@ -39,7 +39,6 @@ export const data: MCAPFileInformation[] = [ date: "08-29-2024", location: "MRDC", notes: "car did jk turn on", - event_type: null, }, { id: "07a0sdjwne-597f-4637-8b61-6134e75e6f76", @@ -152,4 +151,4 @@ export const data: MCAPFileInformation[] = [ location: "MRDC", notes: "car did not turn on", }, -]; \ No newline at end of file +];