generated from VLADIMIR/template
add games operations
This commit is contained in:
@@ -75,7 +75,7 @@ func (s *ScenarioService) GetScenarioByID(
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return mapScenarioLight(scenario, s.domain), nil
|
||||
return MapScenarioLight(scenario, s.domain), nil
|
||||
}
|
||||
|
||||
func (s *ScenarioService) UpdateScenarioByID(
|
||||
|
||||
Reference in New Issue
Block a user