Skip to content

Commit

Permalink
Merge pull request #16 from italia/fix/nome-file-pa2026
Browse files Browse the repository at this point in the history
Fix/nome file pa2026 & Aggiornamento validatore v2.2.1
  • Loading branch information
GiandonatoGreco authored Apr 14, 2023
2 parents 46f5f56 + 8772195 commit f34e745
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
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.2",
"version": "2.0.3",
"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.0",
"pa-website-validator": "github:italia/pa-website-validator#v2.2.1",
"pg": "^8.7.3",
"redis": "^4.1.0",
"sequelize": "^6.6.5",
Expand Down
2 changes: 1 addition & 1 deletion utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const mapPA2026Body = async (

const initialBody = [];
initialBody[`Nome_file_${key}__c`] =
`Report ` +
`Report scansione ` +
job.id +
"_" +
new Date().toISOString().split("T")[0] +
Expand Down

0 comments on commit f34e745

Please sign in to comment.