From 801a314421a43cc728a04fcba77f0a90f8c3db29 Mon Sep 17 00:00:00 2001 From: phoenix Date: Mon, 25 May 2026 22:30:21 -0400 Subject: [PATCH] Test fix --- tx0/user/user_profile.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tx0/user/user_profile.go b/tx0/user/user_profile.go index 7a7f79d..41c5a86 100644 --- a/tx0/user/user_profile.go +++ b/tx0/user/user_profile.go @@ -9,6 +9,7 @@ func InitUserProfile(usr *User) (usrProfile *UserProfile, done bool) { if usr == nil { return nil, false } else { + userProfile = new(UserProfile) if len(usr.Password) > 0 { var newUsr User newUsr = *usr