mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-25 14:51:31 -07:00
fix typo
This commit is contained in:
parent
49877dfb2d
commit
35047fd19c
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue