me gog
This commit is contained in:
parent
29f53c5e96
commit
5222eb2927
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ function formatTags(tags) {
|
||||||
}
|
}
|
||||||
|
|
||||||
const tagCutMatch = tagString.match(regexCutTags) ?? [];
|
const tagCutMatch = tagString.match(regexCutTags) ?? [];
|
||||||
return `\`${escapeMarkdown(tagCutMatch[0] ?? '')}, ...\``;
|
return `\`\`${escapeMarkdown(tagCutMatch[0] ?? '')}, ...\`\``;
|
||||||
}
|
}
|
||||||
|
|
||||||
var credentials = JSON.parse(readFileSync("config/credentials.json"));
|
var credentials = JSON.parse(readFileSync("config/credentials.json"));
|
||||||
|
|
Loading…
Reference in a new issue