Skip to content

Commit

Permalink
Merge pull request #17 from italia/fix/accuracy_fix
Browse files Browse the repository at this point in the history
fix: bugfix accuracy
  • Loading branch information
GiandonatoGreco authored Apr 26, 2023
2 parents f34e745 + e6a8cb8 commit 6046cf9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions command/scanManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ const scan = async (jobId) => {
"online",
logLevels.display_none,
false,
"",
"",
false,
"all"
);

Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crawler-handler",
"version": "2.0.3",
"version": "2.0.4",
"description": "Handler per il validatore di comuni e scuole",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -41,7 +41,7 @@
"mysql2": "^2.3.3",
"nodemon": "^2.0.16",
"npm-run-all": "^4.1.5",
"pa-website-validator": "github:italia/pa-website-validator#v2.2.1",
"pa-website-validator": "github:italia/pa-website-validator#v2.3.0",
"pg": "^8.7.3",
"redis": "^4.1.0",
"sequelize": "^6.6.5",
Expand Down

0 comments on commit 6046cf9

Please sign in to comment.