Why axios.put in bru file is not functioning same output as the javascript? #3028
Unanswered
leeying9125
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The code is as below:
const headers = req.getHeaders(); const api_url_deactivate = ${baseurl}${wallet_address}/deactivate
;But when I run this test script in bru file using cli, it's returning null is not a valid JSON, while running this in javascript is working
Very appreciate if somebody can help on this, thanks
Beta Was this translation helpful? Give feedback.
All reactions