This commit is contained in:
Neil Alexander 2020-09-27 14:38:36 +01:00
parent 7f0df48984
commit 82508186ba
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -229,7 +229,7 @@ func (a *AdminSocket) SetupAdminHandlers(na *AdminSocket) {
} }
return Info{ return Info{
"not_removed": []string{ "not_removed": []string{
fmt.Sprint(port), in["uri"].(string),
}, },
}, errors.New("Failed to remove peer") }, errors.New("Failed to remove peer")
}) })