glitchtip2
This commit is contained in:
parent
8c68000e43
commit
41895fc7f7
|
@ -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(','),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user