main
alex 2024-02-12 00:01:10 +01:00
parent 351d14c2fc
commit e286bb9923
2 changed files with 1 additions and 3 deletions

View File

@ -224,7 +224,7 @@ export async function UpdatePersonalCalendarSettings(
return res.status(400).send({ err: "invalid request" });
}
terminPlanerRequest("/api/v1/changedSettings", "POST", {
await terminPlanerRequest("/api/v1/changedSettings", "POST", {
storeId: user.store_id,
});

View File

@ -62,7 +62,6 @@ export async function isEmailValid(
});
if (existingUser !== null) {
console.log("existingUser");
return false;
}
@ -75,7 +74,6 @@ export async function isEmailValid(
});
if (existingPendingEmailChange !== null) {
console.log("existingPendingEmailChange");
return false;
}