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
{{ message }}
This repository was archived by the owner on Sep 22, 2025. It is now read-only.
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.