From 983dc3ad2e8902c0408b34df7eff5468d04a36fe Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 16 Jul 2018 16:19:18 +0100 Subject: [PATCH] lint --- src/utils/WidgetUtils.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/WidgetUtils.js b/src/utils/WidgetUtils.js index 5d98e6f45c..c82bf25ed0 100644 --- a/src/utils/WidgetUtils.js +++ b/src/utils/WidgetUtils.js @@ -255,7 +255,6 @@ export default class WidgetUtils { content = {}; } - const room = MatrixClientPeg.get().getRoom(roomId); WidgetEchoStore.setRoomWidgetEcho(roomId, widgetId, content); const client = MatrixClientPeg.get();