fix lint
This commit is contained in:
parent
b655c34bbb
commit
df9e886f32
1 changed files with 1 additions and 0 deletions
|
@ -122,5 +122,6 @@ export class EventEntry extends BaseEntry {
|
||||||
if (redactionEvent) {
|
if (redactionEvent) {
|
||||||
return redactionEvent.content?.reason;
|
return redactionEvent.content?.reason;
|
||||||
}
|
}
|
||||||
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in a new issue