mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:06:07 -04:00
Actually return rows
This commit is contained in:
parent
0618978238
commit
3864b3a8e6
1 changed files with 2 additions and 0 deletions
|
@ -60,6 +60,8 @@ class PusherStore(SQLBaseStore):
|
|||
)
|
||||
pass
|
||||
|
||||
return rows
|
||||
|
||||
rows = yield self.runInteraction("get_all_pushers", get_pushers)
|
||||
defer.returnValue(rows)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue