push points

This commit is contained in:
Aditya Siregar
2025-09-18 12:42:07 +07:00
parent d3db08fd15
commit c7828a5cad
3 changed files with 3 additions and 5 deletions
@@ -306,8 +306,7 @@ func (p *CustomerPointsProcessor) GetFerrisWheelGameAPI(ctx context.Context) (*m
Status: "SUCCESS",
Message: "Ferris Wheel game retrieved successfully.",
Data: &models.GetFerrisWheelGameResponseData{
Game: gameResponse,
Prizes: prizeResponses,
Game: gameResponse,
},
}, nil
}