diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb index 1b219d3d7..c2f107120 100644 --- a/app/controllers/users_controller.rb +++ b/app/controllers/users_controller.rb @@ -113,7 +113,7 @@ class UsersController < ApplicationController end def projects - scope = Projects::ListMyQuery.call(params.merge(category: params[:category], current_user: current_user)) + scope = Projects::ListMyQuery.call(params.merge(category: params[:category]), current_user) @total_count = scope.size @projects = paginate(scope)