From 7116705959bad9244893434039a0da9b500f5043 Mon Sep 17 00:00:00 2001 From: KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com> Date: Sun, 7 Nov 2021 00:59:12 -0300 Subject: last commit of the night --- outboxGet.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'outboxGet.go') 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) { -- cgit v1.2.3