Mis-named function

This commit is contained in:
David Baker 2016-04-12 13:35:08 +01:00
parent d937f342bb
commit 7b39bcdaae
2 changed files with 2 additions and 2 deletions

View file

@ -76,7 +76,7 @@ class PusherStore(SQLBaseStore):
defer.returnValue(rows)
@defer.inlineCallbacks
def get_pushers_by_app_user_id(self, user_id):
def get_pushers_by_user_id(self, user_id):
def r(txn):
sql = (
"SELECT * FROM pushers"