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 3m3s

This commit is contained in:
2025-11-27 18:14:29 -08:00
parent 1be09f7909
commit b40154fdbc

View File

@@ -802,7 +802,6 @@ export async function updateUserPassword(newPassword: string, tokenOverride?: st
* @returns A promise that resolves on success.
*/
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' },