You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-12-01 04:43:29 +03:00
More semicolons
This commit is contained in:
@@ -2528,7 +2528,7 @@ MatrixClient.prototype.stopClient = function() {
|
||||
this._syncApi = null;
|
||||
}
|
||||
if (this._crypto) {
|
||||
global.clearInterval(this._uploadIntervalID)
|
||||
global.clearInterval(this._uploadIntervalID);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user