Skip to content

Commit

Permalink
Look, rubocop, I'm doing my best here
Browse files Browse the repository at this point in the history
  • Loading branch information
nbudin committed Jun 23, 2024
1 parent bd2554a commit 7b5bcba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/event_signup_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def initialize( # rubocop:disable Metrics/ParameterLists

private

def inner_call # rubocop:disable Metrics/AbcSize
def inner_call # rubocop:disable Metrics/AbcSize,Metrics/MethodLength
signup = nil
with_advisory_lock_unless_skip_locking("run_#{run.id}_signups") do
return failure(errors) unless valid?
Expand Down

0 comments on commit 7b5bcba

Please sign in to comment.