mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-12 13:01:34 +01:00
Fix typo
This commit is contained in:
parent
2529f2bc01
commit
78b501eba6
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ class DataStore(RoomDataStore, RoomMemberStore, MessageStore, RoomStore,
|
||||||
|
|
||||||
results = yield self._execute_and_decode(sql, *args)
|
results = yield self._execute_and_decode(sql, *args)
|
||||||
|
|
||||||
defer.returnValue(
|
defer.returnValue([self._parse_event_from_row(r) for r in results])
|
||||||
|
|
||||||
|
|
||||||
def schema_path(schema):
|
def schema_path(schema):
|
||||||
|
|
Loading…
Reference in a new issue