diff --git a/index.mjs b/index.mjs index 584dee6..6e84e65 100644 --- a/index.mjs +++ b/index.mjs @@ -92,7 +92,6 @@ const startServer = async () => { if (authors.some(author => author.id === author_id)) { return resolve({ id: user, - author: author_id, roles: Array.isArray(roles) ? roles : roles.split(','), }); }