mirror of
https://github.com/matrix-org/synapse.git
synced 2026-05-04 19:56:29 +02:00
Fix typo
This commit is contained in:
parent
2529f2bc01
commit
78b501eba6
@ -121,7 +121,7 @@ class DataStore(RoomDataStore, RoomMemberStore, MessageStore, RoomStore,
|
||||
|
||||
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):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user