Resolve CI issues.

This commit is contained in:
Patrick Fic
2021-11-23 14:24:48 -08:00
parent 65402c1420
commit b311a6df53
3 changed files with 9 additions and 12 deletions

View File

@@ -10,14 +10,11 @@ export default function HelpRescue() {
var bodyFormData = new FormData();
bodyFormData.append("Code", code);
bodyFormData.append("hostederrorhandling", 1);
const res1 = await fetch(
"https://secure.logmeinrescue.com/Customer/Code.aspx",
{
mode: "no-cors",
method: "POST",
body: bodyFormData,
}
);
await fetch("https://secure.logmeinrescue.com/Customer/Code.aspx", {
mode: "no-cors",
method: "POST",
body: bodyFormData,
});
};
return (