This commit is contained in:
ThatOneCalculator 2023-05-10 14:19:48 -07:00
parent 4163e4439b
commit c542fb5c0f
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
1 changed files with 1 additions and 1 deletions

View File

@ -499,7 +499,7 @@ async function sendModMail() {
if (canceled) return;
await os.apiWithDialog("admin/send-mod-mail", {
userId: user.id,
text: result,
comment: result,
});
}