We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f206f6 commit 669461dCopy full SHA for 669461d
1 file changed
src/apps/api/pagination.py
@@ -49,7 +49,7 @@ def get_page_size(self, request):
49
val = int(raw)
50
except (TypeError, ValueError):
51
return self.page_size
52
-
+
53
if val in (50, 100, 500):
54
return min(val, self.max_page_size)
55
0 commit comments