fix lint here

This commit is contained in:
Bruno Windels 2021-05-20 11:42:56 +02:00
parent 9b923d337d
commit 39bed4b0fc

View file

@ -197,6 +197,7 @@ export class PendingEvent {
if (isTxnId(this._data.redacts)) {
return this._data.redacts;
}
return null;
}
setRelatedEventId(eventId) {