update invite user

This commit is contained in:
aichy126 2023-05-23 16:04:04 +08:00
parent 4d8bdd109e
commit c777fec109
1 changed files with 1 additions and 0 deletions

View File

@ -239,6 +239,7 @@ func (ur *userRepo) SearchUserListByName(ctx context.Context, name string) (user
if err != nil {
err = errors.InternalServer(reason.DatabaseError).WithError(err).WithStack()
}
tryToDecorateUserListFromUserCenter(ctx, ur.data, userList)
return
}