diff --git a/app/lib/ckan/v26/depaginator.rb b/app/lib/ckan/v26/depaginator.rb index 914372d0..2d7769b6 100644 --- a/app/lib/ckan/v26/depaginator.rb +++ b/app/lib/ckan/v26/depaginator.rb @@ -2,7 +2,7 @@ module CKAN module V26 class Depaginator include CKAN::Modules::URLBuilder - MAX_DELETIONS = 15647 + MAX_DELETIONS = 15_647 def self.depaginate(*args, **kwargs) new(*args, **kwargs).depaginate