Fix empty car event type
This commit is contained in:
parent
3c14cb5569
commit
2da3e9bf52
@ -173,9 +173,10 @@ export class LandingComponent implements OnInit {
|
|||||||
|
|
||||||
private getEmptyCarEvent(): CarEvent {
|
private getEmptyCarEvent(): CarEvent {
|
||||||
return {
|
return {
|
||||||
near_crash_event: false,
|
near_crash_event: false,
|
||||||
gps_location: this.getEmptyGeoCoordinates(),
|
gps_location: this.getEmptyGeoCoordinates(),
|
||||||
timestamp: ''
|
timestamp: '',
|
||||||
|
velocity: 0
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user