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
Improves error handling when rate limiting is disabled on GHES. (#1300)
* rateLimitResult log
* code update for rate limit
* Refactor getRateLimit method to remove mock responses and improve error handling
* retry logic removed
* Simplify warning message for rate limiting not enabled
* Remove redundant comments in rate limiting error handling
* updated the block to use catch (error: unknown) instead of any and added simple type narrowing for status and message.
0 commit comments