mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Actually return rows
This commit is contained in:
parent
0618978238
commit
3864b3a8e6
@ -60,6 +60,8 @@ class PusherStore(SQLBaseStore):
|
||||
)
|
||||
pass
|
||||
|
||||
return rows
|
||||
|
||||
rows = yield self.runInteraction("get_all_pushers", get_pushers)
|
||||
defer.returnValue(rows)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user