Skip to content
Snippets Groups Projects
Commit 7c60905e authored by Erik Johnston's avatar Erik Johnston
Browse files

Default from param to 'END'

parent 5c00614a
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,7 @@ class PaginationConfig(object): ...@@ -29,6 +29,7 @@ class PaginationConfig(object):
@classmethod @classmethod
def from_request(cls, request, raise_invalid_params=True): def from_request(cls, request, raise_invalid_params=True):
params = { params = {
"from_tok": "END",
"direction": 'f', "direction": 'f',
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment