diff options
Diffstat (limited to 'outboxGet.go')
-rw-r--r-- | outboxGet.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/outboxGet.go b/outboxGet.go index cde1551..576a98b 100644 --- a/outboxGet.go +++ b/outboxGet.go @@ -7,8 +7,8 @@ import ( "encoding/json" "github.com/FChannel0/FChannel-Server/activitypub" + "github.com/FChannel0/FChannel-Server/db" _ "github.com/lib/pq" - "golang.org/x/perf/storage/db" ) func GetActorOutbox(w http.ResponseWriter, r *http.Request, db *sql.DB) { |