You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-28 05:03:59 +03:00
Linting.
This commit is contained in:
committed by
Bruno Windels
parent
dbb6d8ac71
commit
b0d0782a72
@@ -288,7 +288,7 @@ MatrixBaseApis.prototype.loginWithPassword = function(user, password, callback)
|
||||
};
|
||||
}
|
||||
|
||||
if(callback) {
|
||||
if (callback) {
|
||||
callback(error, response);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user