This commit is contained in:
AndrewZuo01 2023-12-08 15:11:20 +08:00
parent ad9e8ba3cd
commit 8d232850c3

View File

@ -63,6 +63,7 @@ func FriendsDB2Pb(
for _, friendDB := range friendsDB {
userID = append(userID, friendDB.FriendUserID)
}
users, err := getUsers(ctx, userID)
if err != nil {
return nil, err