Skip to content

Commit

Permalink
feat: Updated app/controllers/summarys/shop_contro
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Feb 3, 2024
1 parent 483ecf0 commit aeab51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/summarys/shop_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ class Summarys::ShopController < SummarysController
def index
@selected_app = summary_params[:selected_app]
@page = params[:page] || 1
@per_page = params[:per_page] || Summary::Shop::TOP_SHOPS_LIMIT
@per_page = Summary::Shop::TOP_SHOPS_LIMIT
@summaries = Summary::Shop.new(user: current_user, selected_app: @selected_app).summarize(page: @page.to_i, per_page: @per_page.to_i)

render "summarys/index"
Expand Down

0 comments on commit aeab51f

Please sign in to comment.