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
Hello everyone I'm using apisause to call an endpoint but this endpoint is not existed as following await Apis.home({ lang: 'ar' }) .then(res => console.log('res', res)) .catch(error => { throw new Error(error); });
but i got everytime this response from then not catch
"apisauce": "^2.1.2",
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hello everyone I'm using apisause to call an endpoint but this endpoint is not existed as following
await Apis.home({ lang: 'ar' }) .then(res => console.log('res', res)) .catch(error => { throw new Error(error); });
but i got everytime this response from then not catch
"apisauce": "^2.1.2",
Thanks in advance.
The text was updated successfully, but these errors were encountered: