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
Instead of repeatedly using forEach iterations to recursively create the storesNeeded set object, we can just pass the set object to each of the getStoresNeeded functions to reduce code complexity.
This should be implemented in the facade API functions.