mirror of https://github.com/zulip/zulip.git
email_log: Convert module to TypeScript.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
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() {
|
Loading…
Reference in New Issue