Closed vynxc closed 3 months ago
@krazyjakee I don't think this is going to solve the problem, we may have to move axios.create() line no.5 to either inside request function or constructor function.
axios.create()
request
constructor
Let me know if that seems better, I'll create a PR after testing suggested change.
Ideally it would be in constructor
Better to have an actual test for this too
@krazyjakee I don't think this is going to solve the problem, we may have to move
axios.create()
line no.5 to either insiderequest
function orconstructor
function.Let me know if that seems better, I'll create a PR after testing suggested change.