lint: Comma dangle

This commit is contained in:
Cohee
2023-12-02 22:06:57 +02:00
parent 08fedf3a96
commit 64a3564892
53 changed files with 388 additions and 384 deletions

View File

@ -108,7 +108,7 @@ class SlashCommandParser {
if (!excludedFromRegex.includes(command)) {
unnamedArg = getRegexedString(
unnamedArg,
regex_placement.SLASH_COMMAND
regex_placement.SLASH_COMMAND,
);
}
}
@ -641,7 +641,7 @@ async function addSwipeCallback(_, arg) {
gen_id: Date.now(),
api: 'manual',
model: 'slash command',
}
},
});
await saveChatConditional();
@ -1222,7 +1222,7 @@ export async function sendMessageAs(args, text) {
extra: {
bias: bias.trim().length ? bias : null,
gen_id: Date.now(),
}
},
};
const insertAt = Number(resolveVariable(args.at));