Skip to content

Commit

Permalink
hound cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
Tooyosi committed Jul 16, 2024
1 parent 9d760f4 commit dbfce60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/api/v1/subjects_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Api::V1::SubjectsController < Api::ApiController
before_action :check_subject_limit, only: :create

def index
params[:sort] = 'id' unless params[:sort].present?
params[:sort] = 'id' if params[:sort].blank?

case params[:sort]
when 'queued'
Expand Down

0 comments on commit dbfce60

Please sign in to comment.