diff options
Diffstat (limited to 'webfinger/comm.go')
-rw-r--r-- | webfinger/comm.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webfinger/comm.go b/webfinger/comm.go index 35ad335..ed20779 100644 --- a/webfinger/comm.go +++ b/webfinger/comm.go @@ -37,7 +37,6 @@ func GetActorCollection(collection string) (activitypub.Collection, error) { if resp.StatusCode == 200 { body, _ := ioutil.ReadAll(resp.Body) - if len(body) > 0 { if err := json.Unmarshal(body, &nCollection); err != nil { return nCollection, err |