This commit is contained in:
2026-07-21 02:23:49 +07:00
parent 2522a928de
commit 07043c162c
@@ -83,8 +83,8 @@ func (s *ScenarioService) AddScenarioPlace(
return err
}
story.Places = append(
story.Places,
place,
[]*storytelling.Place{place},
story.Places...,
)
return s.updateStory(ctx, id, story)
}