chore: refresh unnamed user (#7544)

This commit is contained in:
darkskygit
2024-07-19 04:01:39 +00:00
parent 90c00b6db9
commit 145872b9f4
3 changed files with 27 additions and 4 deletions

View File

@@ -149,7 +149,6 @@ export async function changePassword(
variables: { token, password },
})
.expect(200);
console.log(JSON.stringify(res.body));
return res.body.data.changePassword.id;
}