add next stop
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 5m35s
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 5m35s
This commit is contained in:
parent
8bad3eb74e
commit
8ab3ed331f
3 changed files with 12 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ pub enum TripTracking {
|
|||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||
pub struct LiveTrip {
|
||||
pub delay: f64,
|
||||
pub next_stop_id: Option<String>,
|
||||
pub next_stop_id: Option<i64>,
|
||||
pub timestamp: i64,
|
||||
pub vehicle_id: Option<String>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue