1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

EventIndex: Add a missing semicolon.

This commit is contained in:
Damir Jelić
2020-05-20 11:14:37 +02:00
parent 86ad6de41e
commit db72c645ba

View File

@@ -518,7 +518,7 @@ export default class EventIndex extends EventEmitter {
if (!newCheckpoint) {
console.log("EventIndex: The server didn't return a valid ",
"new checkpoint, not continuing the crawl.", checkpoint);
continue
continue;
}
// If all events were already indexed we assume that we catched