generated from VLADIMIR/template
fix codes
This commit is contained in:
@@ -87,7 +87,7 @@ func main() {
|
||||
)
|
||||
gameRepo := games_repo.NewGamesRepo(dbpool)
|
||||
teamRepo := teams_repo.NewTeamsRepo(dbpool)
|
||||
storyteller := storytelling.NewStory()
|
||||
storyteller := storytelling.NewStory(cleaner)
|
||||
actionsRepo := actions_repo.NewActionsRepo(dbpool)
|
||||
applicationsRepo := applications_repo.NewApplicationsRepo(dbpool)
|
||||
gameService := game_service.NewGameService(
|
||||
|
||||
Reference in New Issue
Block a user