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 return err
} }
story.Places = append( story.Places = append(
story.Places, []*storytelling.Place{place},
place, story.Places...,
) )
return s.updateStory(ctx, id, story) return s.updateStory(ctx, id, story)
} }