apify / covid-19

Open APIs with statistics about Covid-19
46 stars 24 forks source link

Vietnam API has the number of "treated" as wrong. #313

Closed tminhvu closed 3 years ago

tminhvu commented 3 years ago

Currently the number has a decimal point instead of decimal comma and is being displayed as 1.14 instead of 1,140.

text().trim().replace('.','') looks like it would solve the issues.

zpelechova commented 3 years ago

Hey, I fixed it, next time you can create a Pull request, I am much faster in proccessing those :)