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