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

Commit

Permalink
Merge pull request #145 from sanchis/dependabot/npm_and_yarn/loader-u…
Browse files Browse the repository at this point in the history
…tils-2.0.4

fix(deps): bump loader-utils from 2.0.2 to 2.0.4
  • Loading branch information
sanchis authored Dec 3, 2022
2 parents e17a141 + d877e9d commit 3bd1e40
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 3bd1e40

Please sign in to comment.