fix images

This commit is contained in:
2026-07-24 01:08:09 +07:00
parent 871331f14d
commit c79cff2709
3 changed files with 6 additions and 2 deletions
@@ -143,7 +143,7 @@ func (s *ScenarioService) updateStory(ctx context.Context, id int, story *storyt
return errors.New("Такой код точки уже существует")
}
storyString, err := convertStory(story)
storyString, err := convertStory(story, s.domain)
if err != nil {
return err
}