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
fix: remove unused customEndpointResolver to fix staticcheck lint error
The customEndpointResolver type and its ResolveEndpoint method were
defined but never used, causing staticcheck to fail. Removed the dead
code and associated import.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments