fix: removed 'popok' from the virtual game orchestrator game_id

This commit is contained in:
Samuel Tariku 2025-09-15 13:41:40 +03:00
parent ab6c1acdc6
commit b7f3170d20

View File

@ -229,7 +229,7 @@ func (s *Service) FetchAndStoreAllVirtualGames(ctx context.Context, req domain.P
for _, g := range popokGames { for _, g := range popokGames {
unified := domain.UnifiedGame{ unified := domain.UnifiedGame{
GameID: fmt.Sprintf("popok-%d", g.ID), GameID: fmt.Sprintf("%d", g.ID),
ProviderID: "popok", ProviderID: "popok",
Provider: "PopOK", Provider: "PopOK",
Name: g.GameName, Name: g.GameName,