fix some integration tests now that PriceHistoryChart.test.tx is disabled
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 1m52s
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 1m52s
This commit is contained in:
@@ -803,6 +803,7 @@ export async function updateUserPassword(newPassword: string, tokenOverride?: st
|
||||
*/
|
||||
export async function deleteUserAccount(password: string, tokenOverride?: string): Promise<Response> {
|
||||
return apiFetch(`/users/me/account`, {
|
||||
return apiFetch(`/users/account`, {
|
||||
method: 'DELETE',
|
||||
headers: { 'Content-Type': 'application/json' },
|
||||
body: JSON.stringify({ password }),
|
||||
|
||||
Reference in New Issue
Block a user