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

This commit is contained in:
2025-11-27 18:08:00 -08:00
parent 7b79700bcb
commit 1be09f7909
5 changed files with 39 additions and 18 deletions

View File

@@ -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 }),