Denis Arh
2019-01-21 13:55:51 +01:00
parent 4eed1fefa1
commit 4d1859cb3c
-3
View File
@@ -104,9 +104,6 @@ func (r *record) Find(module *types.Module, filter string, sort string, page int
if perPage > 100 {
perPage = 100
}
if perPage < 10 {
perPage = 10
}
response := &FindResponse{
Meta: FindResponseMeta{