This commit is contained in:
ThatOneCalculator 2023-05-10 14:19:48 -07:00
parent 49877dfb2d
commit 35047fd19c

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,
});
}