Skip to content

Commit ff13b82

Browse files
committed
Revert changes
1 parent c67e1d4 commit ff13b82

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/Model.js

+1-2
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)