diff options
author | FChannel <=> | 2021-01-23 13:53:25 -0800 |
---|---|---|
committer | FChannel <=> | 2021-01-23 13:53:25 -0800 |
commit | 000c206417a91d0f910cba35d16d433a1f038530 (patch) | |
tree | 19cf45955dffbb6caaef6ef7a339d671c6aaf596 /outboxGet.go | |
parent | 2566e314e8351ffbceae9a2688d90a5c811d49e5 (diff) |
foundation for cache retrieval
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 |