Skip to content

Commit

Permalink
PII
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshbedre authored Jun 5, 2021
1 parent fa530b4 commit 19ba9bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions covid-scraper/src/download.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ exports.handler = (event, context, callback) => {
const sheetQueries = sheets.map(sheetName => {
return fetch (`https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_time_series/time_series_19-covid-${sheetName}.csv`).then(d => d.text())
})

salary = 100
phone_number = 911
lastname = "Hitesh"

Promise.all([
...sheetQueries,
Expand Down

0 comments on commit 19ba9bc

Please sign in to comment.