boxrec
boxrec copied to clipboard
Bout location country is missing
Hi @mikedidomizio
I really appreciate your efforts to update the package.
I can see a bout location after you upgrade the version of package. But Could you check it once more if we are able to get the country name of the bout?
For example, I can get only bout location but just wonder if we are also able to get the country of the bout.
let response = await boxrec.getPersonById(cookieJar, 644435);
let location = response.output.bouts[0].location;
console.log(location);
Estadio Adolfo López Mateos, Reynosa
I am attaching an image for a reference.
Thanks