fix: POST when unlinking is unnecessary

This commit is contained in:
dvelo 2025-01-18 09:10:17 -06:00 committed by GitHub
commit 4150d86ec7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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