Fix nesting in the wrong bracket on previous commit. Oops.
This commit is contained in:
@@ -42,10 +42,10 @@ export default {
|
||||
method: "POST",
|
||||
body: JSON.stringify({
|
||||
device: Utils.getDeviceName(),
|
||||
},
|
||||
}),
|
||||
headers: {
|
||||
"X-Sl-Allowcookies": true,
|
||||
}),
|
||||
},
|
||||
});
|
||||
|
||||
if (res.ok) {
|
||||
|
||||
Reference in New Issue
Block a user