Merge branch 'ticket-bet'
This commit is contained in:
commit
7336dcfb5d
|
|
@ -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