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