omitempty on aa (#8647)

This commit is contained in:
Jim Calabro
2025-07-14 17:22:41 -04:00
committed by GitHub
parent 6375c54aa4
commit c9c91fb113
+1 -1
View File
@@ -604,7 +604,7 @@ type IPCCRequest struct {
}
type IPCCResponse struct {
CC string `json:"countryCode"`
AgeRestrictedGeo bool `json:"isAgeRestrictedGeo"`
AgeRestrictedGeo bool `json:"isAgeRestrictedGeo,omitempty"`
}
func (srv *Server) WebIpCC(c echo.Context) error {