Skip to content

Commit

Permalink
#35: Removes speed from coordinates interface
Browse files Browse the repository at this point in the history
  • Loading branch information
williamquintas committed Jun 25, 2022
1 parent cdf4de9 commit 00627ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion models/ICoordinatesData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ export interface ICoordinatesData {
time: string;
latitude: number;
longitude: number;
speed: number;
}

0 comments on commit 00627ed

Please sign in to comment.