79617304

Date: 2025-05-12 06:39:27
Score: 0.5
Natty:
Report link

Don't forget to call the onResponse function by adding onResponse(res); at the end of your code, otherwise it won't run. Im my case the code looks like this:

function onResponse(res) {
  let data = res.getBody();
  bru.setEnvVar("BEARER_TOKEN", data.idToken);
}

onResponse(res);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Denys Dvornyi