Skip to content

Commit

Permalink
Lint demo app
Browse files Browse the repository at this point in the history
  • Loading branch information
ixti committed Dec 5, 2023
1 parent 05a9b62 commit c22c334
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
class PauzerDemoJob
include Sidekiq::Job

def perform(n)
puts "performing #{n}..."
def perform(num)
puts "performing #{num}..."
sleep 1
end
end

0 comments on commit c22c334

Please sign in to comment.