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

Typo, args wrong way round

parent 09177f4f
No related branches found
No related tags found
No related merge requests found
......@@ -60,10 +60,7 @@ class PusherStore(SQLBaseStore):
)
pass
rows = yield self.runInteraction(
get_pushers,
desc="get_all_pushers",
)
rows = yield self.runInteraction("get_all_pushers", get_pushers)
defer.returnValue(rows)
@defer.inlineCallbacks
......
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