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
refactor: handle unconfigured stores in getStoreByType
Make getStoreByType return an empty dict when the store isn't configured,
removing the need for special-case logic in eachStore. This treats
secondaryVisibility consistently with other stores.
This change:
- Adds a check in getStoreByType to return empty dict if storeName is nil
- Simplifies eachStore to use getStoreByType for all stores including secondary
- Makes secondary visibility less of an exceptional case
0 commit comments