added the error

This commit is contained in:
kalyan-plivo 2020-12-20 12:19:41 +05:30 committed by Koushik-Ayila
parent c523ffb7e3
commit 1339b89e28

View file

@ -231,7 +231,7 @@ export function Axios(config) {
.catch(function (error) {
// handle error
// console.log(error);
reject(error);
reject(error.stack);
})
});
};