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: simplify deployment map construction using Object.fromEntries
- replace manual for loop with functional approach using Object.fromEntries
- improves readability and follows modern JavaScript patterns
- addresses Copilot's code review recommendation
0 commit comments