You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-12-07 05:22:15 +03:00
eslint --fix for dangley commas on function calls
This commit is contained in:
@@ -70,7 +70,7 @@ module.exports.EventStatus = {
|
||||
* Default: true. <strong>This property is experimental and may change.</strong>
|
||||
*/
|
||||
module.exports.MatrixEvent = function MatrixEvent(
|
||||
event
|
||||
event,
|
||||
) {
|
||||
this.event = event || {};
|
||||
this.sender = null;
|
||||
|
||||
Reference in New Issue
Block a user