mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-27 10:31:22 +08:00
not using template
This commit is contained in:
parent
98e069ae7e
commit
93ab0c6116
1 changed files with 2 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue