Fix Age Restriction Type

(cherry picked from commit 1da123b12b)
This commit is contained in:
jcalabro
2025-07-14 16:21:06 -04:00
committed by Eric Bailey
parent eabf54c861
commit aab35b5896
+1 -1
View File
@@ -604,7 +604,7 @@ type IPCCRequest struct {
} }
type IPCCResponse struct { type IPCCResponse struct {
CC string `json:"countryCode"` CC string `json:"countryCode"`
AgeRestrictedGeo string `json:"isAgeRestrictedGeo"` AgeRestrictedGeo bool `json:"isAgeRestrictedGeo"`
} }
func (srv *Server) WebIpCC(c echo.Context) error { func (srv *Server) WebIpCC(c echo.Context) error {