aboutsummaryrefslogtreecommitdiff
path: root/route/routes/actor.go
diff options
context:
space:
mode:
Diffstat (limited to 'route/routes/actor.go')
-rw-r--r--route/routes/actor.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/route/routes/actor.go b/route/routes/actor.go
index c35e57a..28c81e3 100644
--- a/route/routes/actor.go
+++ b/route/routes/actor.go
@@ -332,7 +332,6 @@ func MakeActorPost(ctx *fiber.Ctx) error {
body, _ := ioutil.ReadAll(resp.Body)
if resp.StatusCode == 200 {
-
var obj activitypub.ObjectBase
obj = post.ParseOptions(ctx, obj)