fix: improvement access data

This commit is contained in:
ericprd
2025-03-14 13:00:12 +08:00
parent 11bc19360c
commit ee8e8e140d
7 changed files with 10 additions and 36 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ func Update(
return
}
user, err := userRepo.GetUserProfile(detail.Email)
user, err := userRepo.GetUserProfile(detail.ID)
body.ID = user.Subscribe.ID