mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-27 04:41:03 +00:00
feat: adding hltb key extraction
This commit is contained in:
@@ -48,9 +48,7 @@ const updateProfile = async (
|
||||
|
||||
const profileImageUrl = await getNewProfileImageUrl(
|
||||
updateProfile.profileImageUrl
|
||||
).catch((err) => {
|
||||
console.log(err);
|
||||
});
|
||||
).catch(() => undefined);
|
||||
|
||||
return patchUserProfile({ ...updateProfile, profileImageUrl });
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user