diff --git a/app/controllers/repp/v1/accounts_controller.rb b/app/controllers/repp/v1/accounts_controller.rb index 0bd75a302..8395db42c 100644 --- a/app/controllers/repp/v1/accounts_controller.rb +++ b/app/controllers/repp/v1/accounts_controller.rb @@ -132,7 +132,7 @@ module Repp end def limit - index_params[:limit] || 200 + index_params[:limit] end def offset diff --git a/app/controllers/repp/v1/contacts_controller.rb b/app/controllers/repp/v1/contacts_controller.rb index 6f5e79a64..5d8f20ee0 100644 --- a/app/controllers/repp/v1/contacts_controller.rb +++ b/app/controllers/repp/v1/contacts_controller.rb @@ -147,7 +147,7 @@ module Repp end def limit - index_params[:limit] || 200 + index_params[:limit] end def offset diff --git a/app/controllers/repp/v1/domains_controller.rb b/app/controllers/repp/v1/domains_controller.rb index 05f1e2c95..6990b0a86 100644 --- a/app/controllers/repp/v1/domains_controller.rb +++ b/app/controllers/repp/v1/domains_controller.rb @@ -229,7 +229,7 @@ module Repp end def limit - index_params[:limit] || 200 + index_params[:limit] end def offset