ChrisMichaelPerezSantiago / covid19

This API provides updated real-time data on coronavirus cases from the worldometers page, provided by the most reputable organizations and statistical offices in the world.
MIT License
76 stars 17 forks source link

Fixed civic freedom tracker #37

Closed Abhaysardhara closed 3 years ago

Abhaysardhara commented 3 years ago

Civic freedom tracker was outputting result with empty type, date and issue field. Done some modification in function to solve this problem, now it is outputting correct result without empty JSON object fields.

Before

After