diff options
Diffstat (limited to 'outboxGet.go')
-rw-r--r-- | outboxGet.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/outboxGet.go b/outboxGet.go index dbd0fa9..8eec74e 100644 --- a/outboxGet.go +++ b/outboxGet.go @@ -6,7 +6,6 @@ import _ "github.com/lib/pq" import "encoding/json" func GetActorOutbox(w http.ResponseWriter, r *http.Request, db *sql.DB) { - actor := GetActorFromPath(db, r.URL.Path, "/") var collection Collection |