fix: POST when unlinking is unnecessary

This commit is contained in:
dvelo 2025-01-18 09:05:22 -06:00
parent ceedade382
commit 67bdca8516

@ -290,7 +290,6 @@ export async function unlinkMCAccount(): Promise<boolean> {
const response = await fetch(
connector(`/account-linking/unlink-account`, { version: 0 }),
{
method: "POST",
headers: {
"Content-Type": "application/json",
},