Skip to content

Commit

Permalink
--fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
domoscargin committed Dec 27, 2024
1 parent a6b6c27 commit 1712583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/repo-data.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export class RepoData {
console.log('govuk-prototype-kit' in packageObject.dependencies)
return
this.repoTree.data.tree.some((file) => file.path == 'lib/usage_data.js') ||

Check failure on line 70 in helpers/repo-data.mjs

View workflow job for this annotation

GitHub Actions / lint

Unreachable code
(packageObject?.dependencies &&
(packageObject.dependencies &&
'govuk-prototype-kit' in packageObject.dependencies)
}

Expand Down

0 comments on commit 1712583

Please sign in to comment.