Fix typo
This commit is contained in:
parent
2ebb2eb24e
commit
56514d423f
|
@ -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…
Reference in a new issue