Skip to content

Commit 637a78d

Browse files
edited filepath
1 parent 9f24bb9 commit 637a78d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers/combined-data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const get_data = require('../helpers/fetch-data');
1+
const get_data = require('./fetch-data');
22

33
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'
44
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

Comments
 (0)