Skip to content

Commit

Permalink
disable duplicate branch error
Browse files Browse the repository at this point in the history
  • Loading branch information
Ches-ctrl committed May 19, 2024
1 parent 581c79f commit 872d7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/jobs_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def sort_order(sort_param)
'jobs.created_at DESC'
when 'created_at_asc'
'jobs.created_at ASC'
else
else # rubocop:disable Lint/DuplicateBranch
'jobs.created_at DESC'
end
end
Expand Down

0 comments on commit 872d7a6

Please sign in to comment.