Removed 200 limit of records if nil

This commit is contained in:
Sergei Tsõganov 2022-09-16 10:57:52 +03:00
parent f77883b266
commit fb2fe285f1
3 changed files with 3 additions and 3 deletions

View file

@ -132,7 +132,7 @@ module Repp
end
def limit
index_params[:limit] || 200
index_params[:limit]
end
def offset