Fix empty car event type

This commit is contained in:
David Eder 2021-06-13 18:51:59 +02:00
parent 3c14cb5569
commit 2da3e9bf52

View File

@ -175,7 +175,8 @@ export class LandingComponent implements OnInit {
return {
near_crash_event: false,
gps_location: this.getEmptyGeoCoordinates(),
timestamp: ''
timestamp: '',
velocity: 0
};
}