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
In many places in the code, we say something like agency.review = ReviewType.NO_METRO; it is possible we would overwrite another review type (although I believe that at this point the types are mutually exclusive).
The text was updated successfully, but these errors were encountered:
In many places in the code, we say something like
agency.review = ReviewType.NO_METRO
; it is possible we would overwrite another review type (although I believe that at this point the types are mutually exclusive).The text was updated successfully, but these errors were encountered: