ah gotcha, and another thing ``` SuperTokensReque...
# general
s
ah gotcha, and another thing
Copy code
SuperTokensRequest.init("https://api.example.com/api/refresh", 440, {});
Is the recommended init for axios
Copy code
SuperTokensRequest.init("https://api.example.com/api/refresh", 440, true, {});
is the recommended init for fetch axios init shows TS error