Closed jacksky007 closed 9 months ago
Hi @jacksky007! Thanks for your report. I'm glad the tool is helpful! I will release a fix soon.
:tada: This issue has been resolved in version 1.3.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Hi. Thanks for your tool which is helping me a lot these days. I'm facing an edge case when I get the response from the server the response code is absent. The code below treats it at request stage, but in fact it is at response stage.
Can we do some minors change to the code,
if (modifyRequest && !responseStatusCode)
responseCode: responseStatusCode,
to`responseCode: responseStatusCode || 200,
Thanks again if you can update as above or if you have better solution for such edge case.