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 authored and arthursimas1 committed Jun 1, 2023
1 parent 1918f6f commit 70ad789
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 70ad789

Please sign in to comment.