We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f24bb9 commit 637a78dCopy full SHA for 637a78d
helpers/combined-data.js
@@ -1,4 +1,4 @@
1
-const get_data = require('../helpers/fetch-data');
+const get_data = require('./fetch-data');
2
3
const casesUrl = 'https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_confirmed_global.csv'
4
const recoveredUrl = 'https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_recovered_global.csv';
0 commit comments