nodejs-bca-scraper
nodejs-bca-scraper copied to clipboard
Error ketika getSettlement
error Cannot read properties of null (reading '1')
const bca = require("nodejs-bca-scraper");
bca
.getSettlement("XX", "XXX")
.then(res => {
console.log("settlement ", res);
})
.catch(err => {
console.log("error ", err);
});
Fixed on PR #10
error Cannot read properties of null (reading '1')
still get this error