mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-07 16:05:00 -05:00
fix: POST when unlinking is unnecessary
This commit is contained in:
commit
4150d86ec7
@ -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",
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user