Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Mar 6, 2020
1 parent 9811fb1 commit 812b9bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/activities_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def index
elsif params[:ids].present?
response = Activity.find_by_id(params[:ids], page: page, sort: sort)
else
response = Activity.query(params[:query],
response = Activity.query(params[:query],
uid: params[:doi_id] || params[:provider_id] || params[:client_id] || params[:repository_id],
page: page,
sort: sort,
Expand Down

0 comments on commit 812b9bf

Please sign in to comment.