Skip to content

Commit

Permalink
Merge pull request #12 from italia/fix/data_scansione_fallita
Browse files Browse the repository at this point in the history
fix: reset data scansione fallita quando URL corretto
  • Loading branch information
GiandonatoGreco authored Jan 24, 2023
2 parents 8fb2a6f + 9188bd9 commit c6e7896
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ const mapPA2026Body = async (
}

const initialBody = [];
initialBody[`Data_scansione_fallita__c`] = null;
initialBody[`Versione_Crawler_${key}__c`] =
packageJSON?.dependencies["pa-website-validator"]?.split("#")[1] ?? "";
initialBody[`Criteri_Superati_Crawler_${key}__c`] = passedAuditsPercentage;
Expand Down

0 comments on commit c6e7896

Please sign in to comment.