Skip to content

Commit

Permalink
Fix rubocop error
Browse files Browse the repository at this point in the history
  • Loading branch information
achan authored and achan committed Dec 30, 2024
1 parent 1a81d6f commit c2ee03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/v1/institutions_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def program

@meta = {
version: @version,
count: results.unscope(:select).count, # Add unscope
count: results.unscope(:select).count, # Add unscope
facets: facets(location_results)
}

Expand Down

0 comments on commit c2ee03f

Please sign in to comment.