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

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchis committed May 1, 2024
1 parent f2324c3 commit a9fef71
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 20 deletions.
48 changes: 31 additions & 17 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
},
"devDependencies": {
"@semantic-release/git": "10.0.1",
"axios": "0.27.2",
"date-fns": "2.28.0",
"dotenv": "16.0.1",
"eslint": "8.18.0",
Expand Down Expand Up @@ -59,4 +58,4 @@
"@semantic-release/github"
]
}
}
}
1 change: 0 additions & 1 deletion services/infected.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

const axios = require('axios')
const { format, parseISO } = require('date-fns')
let dataCached
function extractInfected (data) {
Expand Down

0 comments on commit a9fef71

Please sign in to comment.