glitchtip2

This commit is contained in:
Untone 2024-04-09 20:01:41 +03:00
parent 8c68000e43
commit 41895fc7f7

View File

@ -92,7 +92,6 @@ const startServer = async () => {
if (authors.some(author => author.id === author_id)) { if (authors.some(author => author.id === author_id)) {
return resolve({ return resolve({
id: user, id: user,
author: author_id,
roles: Array.isArray(roles) ? roles : roles.split(','), roles: Array.isArray(roles) ? roles : roles.split(','),
}); });
} }