From 9f9a245af19bfa773aa7c5d5313caaa91686eaac Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Sun, 12 May 2019 17:14:30 +0100 Subject: [PATCH] delint Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- src/SlashCommands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SlashCommands.js b/src/SlashCommands.js index 06120b183f..a3d4f71894 100644 --- a/src/SlashCommands.js +++ b/src/SlashCommands.js @@ -738,7 +738,7 @@ export const CommandMap = { if (!args) return reject(this.getUserId()); return success(MatrixClientPeg.get().sendHtmlEmote(roomId, args, textToHtmlRainbow(args))); }, - }) + }), }; /* eslint-enable babel/no-invalid-this */