fix: remove unneeded catch clause in profilemanager

pull/3083/head
yougotwill 10 months ago
parent 3cec666979
commit a49969ba9c

@ -106,8 +106,6 @@ export async function updateOurProfileDisplayName(newName: string, onboarding?:
null null
); );
return userInfoName; return userInfoName;
} catch (err) {
throw err;
} finally { } finally {
await UserConfigWrapperActions.free(); await UserConfigWrapperActions.free();
} }

Loading…
Cancel
Save