fix codes

This commit is contained in:
2026-07-28 23:19:48 +07:00
parent cb1f31480c
commit 11798bd4fa
5 changed files with 43 additions and 12 deletions
+1 -1
View File
@@ -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(