aboutsummaryrefslogtreecommitdiff
path: root/outboxGet.go
diff options
context:
space:
mode:
authorFChannel <=>2021-01-23 13:53:25 -0800
committerFChannel <=>2021-01-23 13:53:25 -0800
commit000c206417a91d0f910cba35d16d433a1f038530 (patch)
tree19cf45955dffbb6caaef6ef7a339d671c6aaf596 /outboxGet.go
parent2566e314e8351ffbceae9a2688d90a5c811d49e5 (diff)
foundation for cache retrieval
Diffstat (limited to 'outboxGet.go')
-rw-r--r--outboxGet.go1
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