Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/JamesIves/github-p…
Browse files Browse the repository at this point in the history
…ages-deploy-action-4.4.1
  • Loading branch information
sanchis authored Dec 3, 2022
2 parents 381d2a4 + 3bd1e40 commit 4932798
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 32 deletions.
92 changes: 61 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion services/infected.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export function getNewInfected () {
return dataCached
}

console.log('FETCH NEW DATA')
console.log('FETCH NEW DATA', process.env.NEW_INFECTED_URL)
return axios.get(process.env.NEW_INFECTED_URL)
.then(({ data }) => data)
.then(({ records }) => ({
Expand Down

0 comments on commit 4932798

Please sign in to comment.