mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 07:23:22 +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) {
|
||||
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