diff options
author | KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com> | 2021-11-07 00:59:12 -0300 |
---|---|---|
committer | FChannel <> | 2022-06-19 12:53:29 -0700 |
commit | 7116705959bad9244893434039a0da9b500f5043 (patch) | |
tree | 54fd00840cbcfc9907d37b3bfb376fde87f48bb1 /outboxGet.go | |
parent | 972223c992ca5aa5e5d93cff3b2ee4e30182025b (diff) |
last commit of the night
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) { |