@@ -13,7 +13,7 @@ export const data: MCAPFileInformation[] = [
13
13
notes : "car ran!" ,
14
14
event_type : "acceleration" ,
15
15
car_model : "HT08" ,
16
- schema_versions ? : null ,
16
+ schema_versions : null ,
17
17
mcap_files : [ {
18
18
signed_url : "yar" ,
19
19
file_name : "yar" ,
@@ -43,7 +43,7 @@ export const data: MCAPFileInformation[] = [
43
43
notes : "car performed nice" ,
44
44
event_type : "autocross" ,
45
45
car_model : "HT08" ,
46
- schema_versions ? : null ,
46
+ schema_versions : null ,
47
47
mcap_files : [ {
48
48
signed_url : "yar" ,
49
49
file_name : "yar" ,
@@ -72,7 +72,7 @@ export const data: MCAPFileInformation[] = [
72
72
location : "MRDC" ,
73
73
notes : "car did jk turn on" ,
74
74
car_model : "HT08" ,
75
- schema_versions ? : null ,
75
+ schema_versions : null ,
76
76
mcap_files : [ {
77
77
signed_url : "yar" ,
78
78
file_name : "yar" ,
@@ -102,7 +102,7 @@ export const data: MCAPFileInformation[] = [
102
102
notes : "car did not latch" ,
103
103
event_type : "autocross" ,
104
104
car_model : "HT08" ,
105
- schema_versions ? : null ,
105
+ schema_versions : null ,
106
106
mcap_files : [ {
107
107
signed_url : "yar" ,
108
108
file_name : "yar" ,
@@ -132,7 +132,7 @@ export const data: MCAPFileInformation[] = [
132
132
notes : "car failed" ,
133
133
event_type : "acceleration" ,
134
134
car_model : "HT08" ,
135
- schema_versions ? : null ,
135
+ schema_versions : null ,
136
136
mcap_files : [ {
137
137
signed_url : "yar" ,
138
138
file_name : "yar" ,
@@ -162,7 +162,7 @@ export const data: MCAPFileInformation[] = [
162
162
notes : "car did not run" ,
163
163
event_type : "endurance" ,
164
164
car_model : "HT08" ,
165
- schema_versions ? : null ,
165
+ schema_versions : null ,
166
166
mcap_files : [ {
167
167
signed_url : "yar" ,
168
168
file_name : "yar" ,
@@ -192,7 +192,7 @@ export const data: MCAPFileInformation[] = [
192
192
notes : "car ran!" ,
193
193
event_type : "acceleration" ,
194
194
car_model : "HT08" ,
195
- schema_versions ? : null ,
195
+ schema_versions : null ,
196
196
mcap_files : [ {
197
197
signed_url : "yar" ,
198
198
file_name : "yar" ,
@@ -222,7 +222,7 @@ export const data: MCAPFileInformation[] = [
222
222
notes : "brakes were not the best" ,
223
223
event_type : "skidpad" ,
224
224
car_model : "HT08" ,
225
- schema_versions ? : null ,
225
+ schema_versions : null ,
226
226
mcap_files : [ {
227
227
signed_url : "yar" ,
228
228
file_name : "yar" ,
@@ -252,7 +252,7 @@ export const data: MCAPFileInformation[] = [
252
252
notes : "drivebrain stopped recording mcaps" ,
253
253
event_type : "skidpad" ,
254
254
car_model : "HT08" ,
255
- schema_versions ? : null ,
255
+ schema_versions : null ,
256
256
mcap_files : [ {
257
257
signed_url : "yar" ,
258
258
file_name : "yar" ,
@@ -282,7 +282,7 @@ export const data: MCAPFileInformation[] = [
282
282
notes : "car performed beautifully" ,
283
283
event_type : "autocross" ,
284
284
car_model : "HT08" ,
285
- schema_versions ? : null ,
285
+ schema_versions : null ,
286
286
mcap_files : [ {
287
287
signed_url : "yar" ,
288
288
file_name : "yar" ,
@@ -311,7 +311,7 @@ export const data: MCAPFileInformation[] = [
311
311
location : "MRDC" ,
312
312
notes : "car did not turn on" ,
313
313
car_model : "HT08" ,
314
- schema_versions ? : null ,
314
+ schema_versions : null ,
315
315
mcap_files : [ {
316
316
signed_url : "yar" ,
317
317
file_name : "yar" ,
0 commit comments