Skip to content

Commit

Permalink
spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
kjgarza committed Jan 8, 2019
1 parent c5fdb2b commit 75415b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/controllers/clients_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ def destroy
end

def totals
page ={size: 25, number: 1}
page_prov = { size: 2000, number: 1}
page = { size: 25, number: 1 }
page_prov = { size: 2000, number: 1 }

ttl = Client.query("", page: page_prov).map do |client|
response = Doi.query("", client_id: client.symbol.downcase, page: page)
Expand Down

0 comments on commit 75415b8

Please sign in to comment.