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
Right now, in the buses patch request, we check that a location is valid using a let called OnRoute. This uses the allSatisfy and checkOnRoute functions to see if the bus is on at least one of the routes. We want to tweak this so that if the location type is through the network, then it is always true.
The text was updated successfully, but these errors were encountered:
Right now, in the buses patch request, we check that a location is valid using a let called OnRoute. This uses the allSatisfy and checkOnRoute functions to see if the bus is on at least one of the routes. We want to tweak this so that if the location type is through the network, then it is always true.
The text was updated successfully, but these errors were encountered: