We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30b29f7 commit cdd1822Copy full SHA for cdd1822
1 file changed
app/services/execute_ranked_choice_signup_round_service.rb
@@ -18,7 +18,7 @@ def initialize(signup_round:, whodunit:, skip_locking: false, suppress_notificat
18
@decisions = []
19
end
20
21
- def inner_call
+ def inner_call # rubocop:disable Metrics/MethodLength
22
prev_round =
23
signup_round
24
.convention
0 commit comments