Skip to content

Commit f659ced

Browse files
committed
Format background script
1 parent 9401a9e commit f659ced

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

background.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ function getCustomGifCommandEntryId(command, url, id) {
8383
}
8484

8585
function getMatchedCommandAlias(commandString, messageText, mode) {
86-
const normalizedText = String(messageText || "").trim().toLowerCase();
86+
const normalizedText = String(messageText || "")
87+
.trim()
88+
.toLowerCase();
8789
const aliases = getCommandAliases(commandString);
8890
const matchMode = mode || "contains";
8991

0 commit comments

Comments
 (0)