Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
fix: cambiamento itemType a url per link di destinazione
Browse files Browse the repository at this point in the history
  • Loading branch information
simone-amadio-acn committed Mar 1, 2023
1 parent 3e07508 commit eb4b694
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/audits/municipality/privacyAudit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class LoadAudit extends Audit {
},
{
key: "link_destination",
itemType: "text",
itemType: "url",
text: "Pagina di destinazione del link",
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/audits/school/privacyAudit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class LoadAudit extends Audit {
},
{
key: "link_destination",
itemType: "text",
itemType: "url",
text: "Pagina di destinazione del link",
},
{
Expand Down

0 comments on commit eb4b694

Please sign in to comment.