Bluesky app fork with some witchin' additions 💫

omitempty on aa (#8647)

authored by

Jim Calabro and committed by
GitHub
c9c91fb1 6375c54a

+1 -1
+1 -1
bskyweb/cmd/bskyweb/server.go
··· 604 604 } 605 605 type IPCCResponse struct { 606 606 CC string `json:"countryCode"` 607 - AgeRestrictedGeo bool `json:"isAgeRestrictedGeo"` 607 + AgeRestrictedGeo bool `json:"isAgeRestrictedGeo,omitempty"` 608 608 } 609 609 610 610 func (srv *Server) WebIpCC(c echo.Context) error {