email_log: Convert module to TypeScript.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2023-10-10 16:15:53 -07:00 committed by Tim Abbott
parent f98570704d
commit 97f4847c71
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ $(() => {
const csrf_token = $('input[name="csrfmiddlewaretoken"]').attr("value");
const data = {forward_address: address, csrfmiddlewaretoken: csrf_token};
channel.post({
void channel.post({
url: "/emails/",
data,
success() {