Skip to content

Commit

Permalink
chore: commit missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Nov 17, 2019
1 parent 9bb87ec commit b3fd3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pact_broker/ui/controllers/index.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Index < Base
end
page_number = params[:page]&.to_i || 1
# Make page size smaller for data intensive query
page_size = params[:pageSize]&.to_i || ( params[:tags] == true ? 30 : 100)
page_size = params[:pageSize]&.to_i || (tags == true ? 30 : 100)
options = {
tags: tags,
page_number: page_number,
Expand Down

0 comments on commit b3fd3aa

Please sign in to comment.