aboutsummaryrefslogtreecommitdiff
path: root/webfinger
diff options
context:
space:
mode:
authorFChannel <>2022-05-02 17:43:39 -0700
committerFChannel <>2022-06-19 12:53:29 -0700
commit328c9150228156c04d1045469c7dbcd7b5f4fedf (patch)
treeae4e281b4e0b6df3c54919756d55bfeff90f0ef0 /webfinger
parent62edcb3745f414212ee102c13429056f02cf31bd (diff)
admin auth and manage page working for initial pass through
Diffstat (limited to 'webfinger')
-rw-r--r--webfinger/comm.go1
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