Skip to content

Commit

Permalink
Little fix after merging development
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Ebsen committed Sep 13, 2023
1 parent 194ad5a commit e215917
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Server/src/routes/vehicle.route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ export class VehicleRoute {
lat: GeoJSONUtils.getLatitude(pos),
lng: GeoJSONUtils.getLongitude(pos)
}
const heading: number = await VehicleService.getVehicleHeading(userVehicle)
const track: Track | null = await database.tracks.getById(userVehicle.trackId)
if (!track) {
logger.error(`Could not find track with id ${userVehicle.trackId}
Expand Down

0 comments on commit e215917

Please sign in to comment.