This commit is contained in:
Ashley Graves 2024-10-12 01:13:33 +02:00
parent 5222eb2927
commit b1b3e8a37f

View file

@ -62,7 +62,7 @@ function formatTags(tags) {
}
const tagCutMatch = tagString.match(regexCutTags) ?? [];
return `\`\`${escapeMarkdown(tagCutMatch[0] ?? '')}, ...\`\``;
return `\`\`${(tagCutMatch[0] ?? '')}, ...\`\``;
}
var credentials = JSON.parse(readFileSync("config/credentials.json"));