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
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 3m3s
This commit is contained in:
@@ -802,7 +802,6 @@ export async function updateUserPassword(newPassword: string, tokenOverride?: st
|
|||||||
* @returns A promise that resolves on success.
|
* @returns A promise that resolves on success.
|
||||||
*/
|
*/
|
||||||
export async function deleteUserAccount(password: string, tokenOverride?: string): Promise<Response> {
|
export async function deleteUserAccount(password: string, tokenOverride?: string): Promise<Response> {
|
||||||
return apiFetch(`/users/me/account`, {
|
|
||||||
return apiFetch(`/users/account`, {
|
return apiFetch(`/users/account`, {
|
||||||
method: 'DELETE',
|
method: 'DELETE',
|
||||||
headers: { 'Content-Type': 'application/json' },
|
headers: { 'Content-Type': 'application/json' },
|
||||||
|
|||||||
Reference in New Issue
Block a user