Closed rmgirardin closed 6 years ago
Getting error:
TypeError: Cannot read property 'nodeValue' of null at .../node_modules/swgoh/dist/index.cjs.js:330:91
Command to replicate this error:
const username = "ledia"; swgoh.profile(username).then(function (p) { console.log(p); })
Getting error:
Command to replicate this error: