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

Fix backfill request

parent 512993b5
No related branches found
Tags
No related merge requests found
...@@ -143,7 +143,7 @@ class TransportLayer(object): ...@@ -143,7 +143,7 @@ class TransportLayer(object):
args = { args = {
"v": event_tuples, "v": event_tuples,
"limit": limit, "limit": [str(limit)],
} }
return self._do_request_for_transaction( return self._do_request_for_transaction(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment