Skip to content

Commit abbd050

Browse files
committed
Bug 1981211 - when uploading patches that have .toml file changes and the reviewer is #intermittent-reviewers, do not add group reviewers as blocking (bug fix)
1 parent 1780f99 commit abbd050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/PhabBugz/lib/Util.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ use Bugzilla::Util qw(mojo_user_agent trim);
2121
use Bugzilla::Extension::PhabBugz::Constants;
2222
use Bugzilla::Extension::PhabBugz::Types qw(:types);
2323

24-
use List::Util qw(first none);
24+
use List::Util qw(any first none);
2525
use Try::Tiny;
2626
use Type::Params qw( compile );
2727
use Type::Utils;

0 commit comments

Comments
 (0)