feat: adding hltb key extraction

This commit is contained in:
Chubby Granny Chaser
2024-10-07 21:02:15 +01:00
parent baafc6c7d1
commit 75be6e5b47
2 changed files with 21 additions and 23 deletions

View File

@@ -48,9 +48,7 @@ const updateProfile = async (
const profileImageUrl = await getNewProfileImageUrl(
updateProfile.profileImageUrl
).catch((err) => {
console.log(err);
});
).catch(() => undefined);
return patchUserProfile({ ...updateProfile, profileImageUrl });
};