mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 17:46:08 +03:00
Typo, args wrong way round
This commit is contained in:
parent
09177f4f2e
commit
0618978238
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue