From 41895fc7f72e494ecf3eee1cac0db74eb1af84c0 Mon Sep 17 00:00:00 2001 From: Untone Date: Tue, 9 Apr 2024 20:01:41 +0300 Subject: [PATCH] glitchtip2 --- index.mjs | 1 - 1 file changed, 1 deletion(-) 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(','), }); }