diff --git a/backend/src/api/controllers/result.ts b/backend/src/api/controllers/result.ts index d4b39d5b3..014bb61c0 100644 --- a/backend/src/api/controllers/result.ts +++ b/backend/src/api/controllers/result.ts @@ -256,10 +256,8 @@ export async function addResult( ); if (didUserGetBanned) { const mail = buildMonkeyMail({ - getTemplate: () => ({ - subject: "Banned", - body: "Your account has been automatically banned for triggering the anticheat system. If you believe this is a mistake, please contact support.", - }), + subject: "Banned", + body: "Your account has been automatically banned for triggering the anticheat system. If you believe this is a mistake, please contact support.", }); UserDAL.addToInbox( uid,