Skip to content

Commit ba89b1c

Browse files
committed
fix: removed unused arb-target-or
1 parent 691816f commit ba89b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/outdated.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ class Outdated extends ArboristWorkspaceCmd {
158158
edge.from
159159
&& this.filterSet
160160
&& this.filterSet.size > 0
161-
&& !this.filterSet.has(edge.from.target || edge.from)
161+
&& !this.filterSet.has(edge.from.target)
162162

163163
if (filteredOut)
164164
return

0 commit comments

Comments
 (0)