fix typo
This commit is contained in:
parent
4163e4439b
commit
c542fb5c0f
|
@ -499,7 +499,7 @@ async function sendModMail() {
|
||||||
if (canceled) return;
|
if (canceled) return;
|
||||||
await os.apiWithDialog("admin/send-mod-mail", {
|
await os.apiWithDialog("admin/send-mod-mail", {
|
||||||
userId: user.id,
|
userId: user.id,
|
||||||
text: result,
|
comment: result,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue