generated from VLADIMIR/template
fix
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user