Fix typo
This commit is contained in:
parent
2ebb2eb24e
commit
56514d423f
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ class Room {
|
|||
client.connection.onEvent.add(eventUpdate);
|
||||
client.store.storeEventUpdate(eventUpdate);
|
||||
client.store.txn.rawUpdate(
|
||||
"UPDATE Rooms SET prev_batch=? WHERE id=?", [ resp.["end"], id ]);
|
||||
"UPDATE Rooms SET prev_batch=? WHERE id=?", [ resp["end"], id ]);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue