Just a whole bunch of fixing
This commit is contained in:
@@ -4,7 +4,7 @@ type Recaptcha struct {
|
||||
SiteKey string `json:"site_key"`
|
||||
}
|
||||
|
||||
func (p *PixelAPI) GetRecaptcha() (resp *Recaptcha, err *Error) {
|
||||
func (p *PixelAPI) GetRecaptcha() (resp *Recaptcha, err error) {
|
||||
err = p.jsonRequest("GET", p.apiEndpoint+"/misc/recpatcha", resp)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
Reference in New Issue
Block a user