|
@@ -338,11 +338,9 @@ func sockRequest(method, endpoint string, data interface{}) (int, []byte, error)
|
|
res, body, err := sockRequestRaw(method, endpoint, jsonData, "application/json")
|
|
res, body, err := sockRequestRaw(method, endpoint, jsonData, "application/json")
|
|
return res.StatusCode, b, err
|
|
return res.StatusCode, b, err
|