generated from VLADIMIR/template
fix
This commit is contained in:
@@ -29,10 +29,9 @@ func mapProtoTeamsToTeam(team *proto.Team) *models.Team {
|
||||
}
|
||||
}
|
||||
|
||||
func mapActionToProtoAction(action *models.Action) *proto.Action {
|
||||
func mapPlaceToProtoAction(place *story_service.Place) *proto.Action {
|
||||
return &proto.Action{
|
||||
Id: action.ID,
|
||||
Place: action.Place,
|
||||
Place: place.Code,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user