fix: removed 'popok' from the virtual game orchestrator game_id
This commit is contained in:
parent
ab6c1acdc6
commit
b7f3170d20
|
|
@ -229,7 +229,7 @@ func (s *Service) FetchAndStoreAllVirtualGames(ctx context.Context, req domain.P
|
|||
|
||||
for _, g := range popokGames {
|
||||
unified := domain.UnifiedGame{
|
||||
GameID: fmt.Sprintf("popok-%d", g.ID),
|
||||
GameID: fmt.Sprintf("%d", g.ID),
|
||||
ProviderID: "popok",
|
||||
Provider: "PopOK",
|
||||
Name: g.GameName,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user