Skip to content

Commit

Permalink
Kat/12421 refactor bugfix 2 (#12677)
Browse files Browse the repository at this point in the history
Connects #12421 

### Description
Invocation as well as definition.
  • Loading branch information
lomky authored and va-bot committed Nov 12, 2019
1 parent 4a2efa4 commit 246d4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/workflows/assign_judgeteam_roles.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def process
attr_reader :dry_run

def process_admins(admins, judge_team)
if incorrect_admin_count?(admins)
if incorrect_admin_count?(admins, judge_team)
return false
end

Expand Down

0 comments on commit 246d4d1

Please sign in to comment.