Skip to content

Commit eecbc74

Browse files
committed
Revert changes
1 parent ee50105 commit eecbc74

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/Model.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,7 @@ class Model {
111111
(id) => !this.allowlistedModulesFound.includes(id)
112112
);
113113
const allowlistedPathsNotFound = this.allowlist.paths.filter(
114-
(id) =>
115-
!this.allowlistedPathsFound.find((allowed) => allowed.includes(id))
114+
(id) => !this.allowlistedPathsFound.includes(id)
116115
);
117116

118117
return {

0 commit comments

Comments
 (0)