mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-02-10 07:48:25 -05:00
Typo, args wrong way round
This commit is contained in:
parent
09177f4f2e
commit
0618978238
@ -60,10 +60,7 @@ class PusherStore(SQLBaseStore):
|
|||||||
)
|
)
|
||||||
pass
|
pass
|
||||||
|
|
||||||
rows = yield self.runInteraction(
|
rows = yield self.runInteraction("get_all_pushers", get_pushers)
|
||||||
get_pushers,
|
|
||||||
desc="get_all_pushers",
|
|
||||||
)
|
|
||||||
defer.returnValue(rows)
|
defer.returnValue(rows)
|
||||||
|
|
||||||
@defer.inlineCallbacks
|
@defer.inlineCallbacks
|
||||||
|
Loading…
x
Reference in New Issue
Block a user