- fix transaction error in metro

This commit is contained in:
Fadli 2022-11-24 22:31:04 +07:00
parent 071dd2f0ef
commit c3c1433197

View File

@ -51,9 +51,10 @@ export const doTransaction = async (
);
return res.data;
console.log('restranshemat', res)
} catch (err) {
console.log('errtranshemat', err.response.data);
console.log('errtranshemat', err);
throw err;
}
};