You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-09-01 21:21:58 +03:00
unnecessary semicolon
This commit is contained in:
@@ -1054,7 +1054,7 @@ function doInitialSync(client, historyLen) {
|
|||||||
client.emit("syncError", err);
|
client.emit("syncError", err);
|
||||||
// TODO: Retries.
|
// TODO: Retries.
|
||||||
});
|
});
|
||||||
};
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* High level helper method to call initialSync, emit the resulting events,
|
* High level helper method to call initialSync, emit the resulting events,
|
||||||
|
Reference in New Issue
Block a user