Skip to content

Commit

Permalink
fix: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
simone-amadio-acn committed Dec 14, 2022
1 parent b22ed43 commit 295056b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions controller/auditController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,7 @@ const isPassedReport = async (
passed = jsonReport["cittadino-informato"].status;
} else if (subtype === allowedMunicipalitySubTypes[1]) {
// eslint-disable-next-line
passed =
jsonReport["cittadino-informato"].status;
passed = jsonReport["cittadino-informato"].status;
//&& jsonReport["cittadino-attivo"].status;
} else {
passed = false;
Expand Down

0 comments on commit 295056b

Please sign in to comment.