tag is too long lmao

This commit is contained in:
2026-07-17 07:58:25 +02:00
parent 04fa79b6bf
commit 1e8fb4b2b6

View File

@@ -43,7 +43,7 @@ export default router => {
});
}
if (tagname.length > 70) {
if (tagname.length > 85) {
return res.json({
success: false,
msg: 'tag is too long!'