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 {
|
||||
return {
|
||||
near_crash_event: false,
|
||||
gps_location: this.getEmptyGeoCoordinates(),
|
||||
timestamp: ''
|
||||
near_crash_event: false,
|
||||
gps_location: this.getEmptyGeoCoordinates(),
|
||||
timestamp: '',
|
||||
velocity: 0
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user