From 67bdca85165191d6483537b2d8433a6892359f46 Mon Sep 17 00:00:00 2001 From: dvelo <52332868+DeveloLongScript@users.noreply.github.com> Date: Sat, 18 Jan 2025 09:05:22 -0600 Subject: [PATCH] fix: POST when unlinking is unnecessary --- src/lib/api.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/api.ts b/src/lib/api.ts index f6e4616..95b8670 100644 --- a/src/lib/api.ts +++ b/src/lib/api.ts @@ -290,7 +290,6 @@ export async function unlinkMCAccount(): Promise { const response = await fetch( connector(`/account-linking/unlink-account`, { version: 0 }), { - method: "POST", headers: { "Content-Type": "application/json", },