Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Mar 6, 2025
1 parent a2824b2 commit fb63006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/api/v1/projects_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def images
end

def esd
@projects = Project.all.where.not(last_synced_at: nil).where(est: true)
@projects = Project.all.where.not(last_synced_at: nil).where(esd: true)

if params[:sort].present? || params[:order].present?
sort = params[:sort].presence || 'projects.updated_at'
Expand Down

0 comments on commit fb63006

Please sign in to comment.