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
Every variant of the PendingRequestState enum contains a destination field of the same Destination type.
This is redundant and we would be better off just storing this value once in PendingRequest.
Doing so should simplify things by avoiding having to pass destination between each variant as we move between states.
The text was updated successfully, but these errors were encountered:
Every variant of the PendingRequestState enum contains a
destination
field of the sameDestination
type.This is redundant and we would be better off just storing this value once in
PendingRequest
.Doing so should simplify things by avoiding having to pass
destination
between each variant as we move between states.The text was updated successfully, but these errors were encountered: