Skip to content

Commit 36881ec

Browse files
committed
Rubocop
1 parent 4bc3b3b commit 36881ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/jobs/auto_close_complaints_job.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class AutoCloseComplaintsJob < ApplicationJob
22
queue_as :default
33

4-
def perform(*args)
4+
def perform(*_args)
55
complaints = Complaint.where(status: 'reviewed')
66
.where(Arel.sql('status_updated_at <= ?', 14.days.ago))
77
complaints.each do |complaint|

0 commit comments

Comments
 (0)