Skip to content

Commit

Permalink
fix reliability
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronClaydon committed Dec 22, 2024
1 parent cfaf0cf commit f3906db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/realtime/vehicletracker/realtimejourney.go
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,8 @@ func (consumer *BatchConsumer) updateRealtimeJourney(journeyID string, vehicleUp
closestPathTime = now.Sub(refTime)
}
}

realtimeJourneyReliability = ctdf.RealtimeJourneyReliabilityExternalProvided
}

if closestDistanceJourneyPath == nil {
Expand Down

0 comments on commit f3906db

Please sign in to comment.