diff --git a/scraper/api_types.go b/scraper/api_types.go index 1cd57fb..0b9a39f 100644 --- a/scraper/api_types.go +++ b/scraper/api_types.go @@ -145,7 +145,7 @@ type UserResponse struct { } `json:"data"` Errors []struct { Message string `json:"message"` - Code int `json:"code",string` + Code int `json:"code,string"` } `json:"errors"` } func (u UserResponse) ConvertToAPIUser() APIUser {