boxrec icon indicating copy to clipboard operation
boxrec copied to clipboard

Bout location country is missing

Open FelixFreelancer opened this issue 2 years ago • 0 comments

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. image

Thanks

FelixFreelancer avatar Jun 14 '22 00:06 FelixFreelancer