ui_init: Fix typo in error data.

This commit is contained in:
Alex Vandiver
2023-06-07 02:27:49 +00:00
committed by Tim Abbott
parent aa270bcef0
commit f420f433a4

View File

@@ -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"));
},