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(GlanceService): use pipeline pattern for loadData
- Extract executeFetch() to isolate I/O and logging
- Simplify loadData to single-expression pipeline: fetch → compose
- Move all logging into executeFetch where I/O happens
- Use tuple destructuring for cleaner map closure
0 commit comments