ui_init: Fix typo in error data.

This commit is contained in:
Alex Vandiver
2023-06-07 02:27:49 +00:00
committed by Alex Vandiver
parent f5e2a2a38f
commit 2e16e27265

View File

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