Skip to content

Commit 6a6960d

Browse files
committed
fixed sample data
1 parent f9676c8 commit 6a6960d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/data/sampledata.ts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const data: MCAPFileInformation[] = [
1313
notes: "car ran!",
1414
event_type: "acceleration",
1515
car_model: "HT08",
16-
schema_versions?: null,
16+
schema_versions: null,
1717
mcap_files: [{
1818
signed_url: "yar",
1919
file_name: "yar",
@@ -43,7 +43,7 @@ export const data: MCAPFileInformation[] = [
4343
notes: "car performed nice",
4444
event_type: "autocross",
4545
car_model: "HT08",
46-
schema_versions?: null,
46+
schema_versions: null,
4747
mcap_files: [{
4848
signed_url: "yar",
4949
file_name: "yar",
@@ -72,7 +72,7 @@ export const data: MCAPFileInformation[] = [
7272
location: "MRDC",
7373
notes: "car did jk turn on",
7474
car_model: "HT08",
75-
schema_versions?: null,
75+
schema_versions: null,
7676
mcap_files: [{
7777
signed_url: "yar",
7878
file_name: "yar",
@@ -102,7 +102,7 @@ export const data: MCAPFileInformation[] = [
102102
notes: "car did not latch",
103103
event_type: "autocross",
104104
car_model: "HT08",
105-
schema_versions?: null,
105+
schema_versions: null,
106106
mcap_files: [{
107107
signed_url: "yar",
108108
file_name: "yar",
@@ -132,7 +132,7 @@ export const data: MCAPFileInformation[] = [
132132
notes: "car failed",
133133
event_type: "acceleration",
134134
car_model: "HT08",
135-
schema_versions?: null,
135+
schema_versions: null,
136136
mcap_files: [{
137137
signed_url: "yar",
138138
file_name: "yar",
@@ -162,7 +162,7 @@ export const data: MCAPFileInformation[] = [
162162
notes: "car did not run",
163163
event_type: "endurance",
164164
car_model: "HT08",
165-
schema_versions?: null,
165+
schema_versions: null,
166166
mcap_files: [{
167167
signed_url: "yar",
168168
file_name: "yar",
@@ -192,7 +192,7 @@ export const data: MCAPFileInformation[] = [
192192
notes: "car ran!",
193193
event_type: "acceleration",
194194
car_model: "HT08",
195-
schema_versions?: null,
195+
schema_versions: null,
196196
mcap_files: [{
197197
signed_url: "yar",
198198
file_name: "yar",
@@ -222,7 +222,7 @@ export const data: MCAPFileInformation[] = [
222222
notes: "brakes were not the best",
223223
event_type: "skidpad",
224224
car_model: "HT08",
225-
schema_versions?: null,
225+
schema_versions: null,
226226
mcap_files: [{
227227
signed_url: "yar",
228228
file_name: "yar",
@@ -252,7 +252,7 @@ export const data: MCAPFileInformation[] = [
252252
notes: "drivebrain stopped recording mcaps",
253253
event_type: "skidpad",
254254
car_model: "HT08",
255-
schema_versions?: null,
255+
schema_versions: null,
256256
mcap_files: [{
257257
signed_url: "yar",
258258
file_name: "yar",
@@ -282,7 +282,7 @@ export const data: MCAPFileInformation[] = [
282282
notes: "car performed beautifully",
283283
event_type: "autocross",
284284
car_model: "HT08",
285-
schema_versions?: null,
285+
schema_versions: null,
286286
mcap_files: [{
287287
signed_url: "yar",
288288
file_name: "yar",
@@ -311,7 +311,7 @@ export const data: MCAPFileInformation[] = [
311311
location: "MRDC",
312312
notes: "car did not turn on",
313313
car_model: "HT08",
314-
schema_versions?: null,
314+
schema_versions: null,
315315
mcap_files: [{
316316
signed_url: "yar",
317317
file_name: "yar",

0 commit comments

Comments
 (0)