Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 9f9a245

Browse files
committed
delint
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
1 parent 4c8593a commit 9f9a245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SlashCommands.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ export const CommandMap = {
738738
if (!args) return reject(this.getUserId());
739739
return success(MatrixClientPeg.get().sendHtmlEmote(roomId, args, textToHtmlRainbow(args)));
740740
},
741-
})
741+
}),
742742
};
743743
/* eslint-enable babel/no-invalid-this */
744744

0 commit comments

Comments
 (0)