You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first stopTime for a trip was being used to sort the trips returned from the server. When that
stopTime was null, the sorter was failing. This fix iterates over the stopTimes for each pair of
trips until it finds one that exists for each pair and then it sorts on that index.
fixescatalogueglobal/datatools-server#48
0 commit comments