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):
@classmethod
def from_request(cls, request, raise_invalid_params=True):
params = {
"from_tok": "END",
"direction": 'f',
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment