diff --git a/src/helper/irs-api.ts b/src/helper/irs-api.ts index 0e5fa6e..cf51467 100644 --- a/src/helper/irs-api.ts +++ b/src/helper/irs-api.ts @@ -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; } };