Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TypeScript's automatic type resolution for the promise returned by the function in getExponentialBackoffResponseHandler determines that it returns a Promise<unknown>. This commit forces TypeScript to recognize that the resolved object is of type Promise<AxiosResponse>.
- Loading branch information