yuri fix
This commit is contained in:
parent
468491c6af
commit
c49108639c
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ function notEmpty(str) {
|
|||
return str.trim() !== ''
|
||||
}
|
||||
|
||||
const regexCutTags = /[\S\s]{1,875}[^,]{0,25}/;
|
||||
const regexCutTags = /[\S\s]{1,675}[^,]{0,25}/;
|
||||
function formatTags(tags) {
|
||||
const tagString = decode(tags.join(', '));
|
||||
|
||||
|
|
Loading…
Reference in a new issue