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
it seems we are always resolving successfully when making http request. if so, code should be modified to throw error so that try/catch works when async/await. This would be breaking change.
it seems we are always resolving successfully when making http request. if so, code should be modified to throw error so that
try/catch
works whenasync/await
. This would be breaking change.https://github.com/Availity/sdk-js/blob/master/packages/api-core/src/api.js#L179
The text was updated successfully, but these errors were encountered: