fix to roaming feature

This commit is contained in:
afeiszli 2021-03-26 11:18:24 -04:00
parent ed02a499b8
commit 67157f4bdc

View file

@ -558,7 +558,6 @@ func getPublicAddr() (string, error) {
endpoint := ""
if resp.StatusCode == http.StatusOK {
bodyBytes, err := ioutil.ReadAll(resp.Body)
_, err := ioutil.ReadAll(resp.Body)
if err != nil {
return "", err
}