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