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
+1 -2
View File
@@ -55,6 +55,5 @@ type GetFerrisWheelGameResponse struct {
}
type GetFerrisWheelGameResponseData struct {
Game CustomerGameResponse `json:"game"`
Prizes []CustomerGamePrizeResponse `json:"prizes"`
Game CustomerGameResponse `json:"game"`
}