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
## Summary
Remove iteration guards where repository-owned callers always provide required collections.
## Why
The Unicorn migration should only add defensive branches at genuinely optional or third-party boundaries. Keeping impossible checks would hide broken internal contracts.
## Test plan
- Run the focused Bedrock, remote config, telemetry, WebdriverIO, Vitest, and Jest plugin suites.
- Run `npm run lint`.
0 commit comments