From 6d0a5590a45256c45aa85c80ae4f48a31b713c1e Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Sun, 5 May 2019 14:06:29 -0400 Subject: [PATCH] that was dumb. fix compilation. --- honk.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/honk.go b/honk.go index 5ba00b3..395fe0b 100644 --- a/honk.go +++ b/honk.go @@ -524,7 +524,7 @@ func showhonk(w http.ResponseWriter, r *http.Request) { http.NotFound(w, r) return } - donksforhonks([]*Honk{&h}) + donksforhonks([]*Honk{h}) if friendorfoe(r.Header.Get("Accept")) { _, j := jonkjonk(user, h) j["@context"] = itiswhatitis