mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
ui_init: Fix typo in error data.
This commit is contained in:
committed by
Alex Vandiver
parent
f5e2a2a38f
commit
2e16e27265
@@ -739,7 +739,7 @@ $(async () => {
|
||||
error(xhr) {
|
||||
blueslip.error("Spectator failed to register", {
|
||||
status: xhr.status,
|
||||
bodt: xhr.responseText,
|
||||
body: xhr.responseText,
|
||||
});
|
||||
reject(new Error("Spectator failed to register"));
|
||||
},
|
||||
|
Reference in New Issue
Block a user