This commit is contained in:
2026-07-24 17:46:46 +07:00
parent abdba686e7
commit c6a561f570
2 changed files with 3 additions and 0 deletions
Binary file not shown.
+3
View File
@@ -36,6 +36,9 @@ func mapScenario(o *scenarios_service.Scenario) *proto.Scenario {
}
func mapStory(o *storytelling.Story) *proto.Story {
if o == nil {
return nil
}
return &proto.Story{
Places: mapPlaces(o.Places),
}