fix lint here
This commit is contained in:
parent
9b923d337d
commit
39bed4b0fc
1 changed files with 1 additions and 0 deletions
|
@ -197,6 +197,7 @@ export class PendingEvent {
|
||||||
if (isTxnId(this._data.redacts)) {
|
if (isTxnId(this._data.redacts)) {
|
||||||
return this._data.redacts;
|
return this._data.redacts;
|
||||||
}
|
}
|
||||||
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
setRelatedEventId(eventId) {
|
setRelatedEventId(eventId) {
|
||||||
|
|
Reference in a new issue