mirror of
https://github.com/zulip/zulip.git
synced 2025-11-19 05:58:25 +00:00
ui_init: Fix typo in error data.
This commit is contained in:
committed by
Tim Abbott
parent
aa270bcef0
commit
f420f433a4
@@ -756,7 +756,7 @@ $(async () => {
|
|||||||
error(xhr) {
|
error(xhr) {
|
||||||
blueslip.error("Spectator failed to register", {
|
blueslip.error("Spectator failed to register", {
|
||||||
status: xhr.status,
|
status: xhr.status,
|
||||||
bodt: xhr.responseText,
|
body: xhr.responseText,
|
||||||
});
|
});
|
||||||
reject(new Error("Spectator failed to register"));
|
reject(new Error("Spectator failed to register"));
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user