Fix nesting in the wrong bracket on previous commit. Oops.

This commit is contained in:
Jesse
2024-07-11 20:09:07 +00:00
committed by GitHub
parent 2b5757b87d
commit ece581165a
+2 -2
View File
@@ -42,10 +42,10 @@ export default {
method: "POST",
body: JSON.stringify({
device: Utils.getDeviceName(),
},
}),
headers: {
"X-Sl-Allowcookies": true,
}),
},
});
if (res.ok) {