From df9e886f32a227f0e581525820135fd6ea44e4f0 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Thu, 20 May 2021 13:22:54 +0200 Subject: [PATCH] fix lint --- src/matrix/room/timeline/entries/EventEntry.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/matrix/room/timeline/entries/EventEntry.js b/src/matrix/room/timeline/entries/EventEntry.js index 2c30acfb..08379b91 100644 --- a/src/matrix/room/timeline/entries/EventEntry.js +++ b/src/matrix/room/timeline/entries/EventEntry.js @@ -122,5 +122,6 @@ export class EventEntry extends BaseEntry { if (redactionEvent) { return redactionEvent.content?.reason; } + return null; } } \ No newline at end of file