mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
email_log: Convert module to TypeScript.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
f98570704d
commit
97f4847c71
@@ -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() {
|
||||
Reference in New Issue
Block a user