fix: improvement access data
This commit is contained in:
@@ -60,7 +60,7 @@ func Update(
|
||||
return
|
||||
}
|
||||
|
||||
user, err := userRepo.GetUserProfile(detail.Email)
|
||||
user, err := userRepo.GetUserProfile(detail.ID)
|
||||
|
||||
body.ID = user.Subscribe.ID
|
||||
|
||||
|
||||
Reference in New Issue
Block a user