fix delete account amo
This commit is contained in:
parent
7d435281ee
commit
e7a09457ca
@ -338,7 +338,7 @@ export const removeAmoAccount = async (): Promise<[void | null, string?]> => {
|
|||||||
try {
|
try {
|
||||||
await makeRequest<void>({
|
await makeRequest<void>({
|
||||||
method: "DELETE",
|
method: "DELETE",
|
||||||
url: `${API_URL}/delete`,
|
url: `${API_URL}/account`,
|
||||||
});
|
});
|
||||||
return [null, ""];
|
return [null, ""];
|
||||||
} catch (nativeError) {
|
} catch (nativeError) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user