You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-26 17:03:12 +03:00
Fix incorrect indentation
This commit is contained in:
@@ -338,7 +338,7 @@ export class MatrixEvent extends EventEmitter {
|
|||||||
return {} as T;
|
return {} as T;
|
||||||
}
|
}
|
||||||
if (this.clearEvent) {
|
if (this.clearEvent) {
|
||||||
return this.clearEvent.content as T;
|
return this.clearEvent.content as T;
|
||||||
}
|
}
|
||||||
return (this.event.content || {}) as T;
|
return (this.event.content || {}) as T;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user