generated from VLADIMIR/template
add application number
This commit is contained in:
@@ -38,6 +38,7 @@ func mapPlaceToProtoAction(place *story_service_models.Place) *proto.Action {
|
||||
func mapStoryApplicationToProtoApplication(application *story_service_models.Application) *proto.Application {
|
||||
return &proto.Application{
|
||||
Name: application.Name,
|
||||
Number: application.Number,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user