Merge branch 'dev' into 'staging'
fix delete account amo See merge request frontend/squiz!338
This commit is contained in:
commit
3aa9856566
@ -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