generated from VLADIMIR/template
up
This commit is contained in:
@@ -136,8 +136,9 @@ func (s *Services) GetTeam(ctx context.Context, req *proto.GetTeamReq) (*proto.G
|
||||
}
|
||||
|
||||
res := make([]*proto.Action, 0, len(actions))
|
||||
for _, place := range s.storyService.GetPlaces(actionsCodes) {
|
||||
for i, place := range s.storyService.GetPlaces(actionsCodes) {
|
||||
newAction := mapPlaceToProtoAction(place)
|
||||
newAction.Id = actions[i].ID
|
||||
newAction.Name = place.Name
|
||||
newAction.Text = place.Text
|
||||
newAction.Image = place.Image
|
||||
|
||||
Reference in New Issue
Block a user