Skip to content

Commit

Permalink
fix: reset data scansione fallita quando URL corretto
Browse files Browse the repository at this point in the history
  • Loading branch information
acattaneoacn committed Jan 23, 2023
1 parent ec9f194 commit 9188bd9
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 9188bd9

Please sign in to comment.