about summary refs log tree commit diff
path: root/app/controllers/api/v1/favourites_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/api/v1/favourites_controller.rb')
-rw-r--r--app/controllers/api/v1/favourites_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/api/v1/favourites_controller.rb b/app/controllers/api/v1/favourites_controller.rb
index 4614a0c72..a74db92af 100644
--- a/app/controllers/api/v1/favourites_controller.rb
+++ b/app/controllers/api/v1/favourites_controller.rb
@@ -65,7 +65,7 @@ class Api::V1::FavouritesController < ApiController
   end
 
   def records_continue?
-    results.size == limit_param(DEFAULT_ACCOUNTS_LIMIT)
+    results.size == limit_param(DEFAULT_STATUSES_LIMIT)
   end
 
   def pagination_params(core_params)