Compare commits
13
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
32e66e46da | ||
|
|
9a6bf18774 | ||
|
|
c4acd30bfb | ||
|
|
3a991266a1 | ||
|
|
ad412ef42b | ||
|
|
e72621290e | ||
|
|
42434bf718 | ||
|
|
abe6ce09b2 | ||
|
|
d008cac359 | ||
|
|
96cf5ac987 | ||
|
|
d83c354874 | ||
|
|
861a985dd0 | ||
|
|
e5b81b217f |
+1
-1
@@ -255,7 +255,7 @@ func (c *Client) do_versioned(ctx context.Context, version, method, relativeURL
|
||||
c.csrf = resp.Header.Get("X-Csrf-Token")
|
||||
}
|
||||
|
||||
if resp.StatusCode != http.StatusOK && resp.StatusCode != http.StatusCreated {
|
||||
if resp.StatusCode != http.StatusOK {
|
||||
errBody := struct {
|
||||
Meta meta `json:"meta"`
|
||||
Data []struct {
|
||||
|
||||
Reference in New Issue
Block a user