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

Commit

Permalink
fix: static checks
Browse files Browse the repository at this point in the history
  • Loading branch information
simone-amadio-acn committed Feb 9, 2023
1 parent 364181f commit 3bef635
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/bookingAppointmentAudit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class LoadAudit extends Audit {
url,
await getServicePageUrl(url),
'[data-element="service-link"]',
auditVariables.numberOfServicesToBeScanned
auditVariables.numberOfServicesToBeScanned
);

if (randomServices.length === 0) {
Expand Down
2 changes: 1 addition & 1 deletion src/audits/municipality/metatagAudit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class LoadAudit extends Audit {
url,
await getServicePageUrl(url),
'[data-element="service-link"]',
auditVariables.numberOfServicesToBeScanned
auditVariables.numberOfServicesToBeScanned
);

if (randomServices.length === 0) {
Expand Down

0 comments on commit 3bef635

Please sign in to comment.