You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-08-10 21:23:02 +03:00
eslint --fix for dangley commas on function calls
This commit is contained in:
@@ -154,7 +154,7 @@ InteractiveAuth.prototype = {
|
||||
}
|
||||
self._data = error.data;
|
||||
self._startNextAuthStage();
|
||||
}
|
||||
},
|
||||
).catch(this._completionDeferred.reject).done();
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user