Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh-mn-yral committed Jun 4, 2024
1 parent ac12d7c commit b8fe6d5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/web-client/src/lib/helpers/profile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ export async function updateProfile(profile?: UserProfileDetailsForFrontendV2) {
if (authStateData.isLoggedIn) {
const updateProfile = profile || (await fetchProfile())
if (updateProfile) {
updateProfile.migration_info = {
MigratedFromHotOrNot: {
account_principal: Principal.from('2vxsx-fae'),
},
}
// updateProfile.migration_info = {
// MigratedFromHotOrNot: {
// account_principal: Principal.from('2vxsx-fae'),
// },
// }

userProfile.set({
...sanitizeProfile(updateProfile, authStateData.idString || 'random'),
Expand Down

0 comments on commit b8fe6d5

Please sign in to comment.