Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dontcallmedom committed Oct 24, 2023
1 parent 6bf21ee commit ac3b1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/validator.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const hardcodedRepoData = {
}

const hardcodedNotPermissiveLicensesGroups = [
83726, 34314, 87227, 35422, 76043, 83907
83726, 34314, 87227, 35422, 76043, 83907
];

const hasIntersection = (a1, a2) => a1.find(x => a2.includes(x));
Expand Down

0 comments on commit ac3b1e0

Please sign in to comment.