|
@@ -48,9 +48,6 @@ public class HagContentServiceImpl implements HagContentService {
|
|
if (Objects.isNull(limit)) {
|
|
if (Objects.isNull(limit)) {
|
|
limit = 10;
|
|
limit = 10;
|
|
}
|
|
}
|
|
- if (limit > 1000) {
|
|
|
|
- limit = 1000;
|
|
|
|
- }
|
|
|
|
Integer start = paginationReq.getStart();
|
|
Integer start = paginationReq.getStart();
|
|
if (Objects.isNull(start)) {
|
|
if (Objects.isNull(start)) {
|
|
start = 0;
|
|
start = 0;
|