that was dumb. fix compilation.
This commit is contained in:
parent
bbd8f18ca6
commit
6d0a5590a4
1 changed files with 1 additions and 1 deletions
2
honk.go
2
honk.go
|
|
@ -524,7 +524,7 @@ func showhonk(w http.ResponseWriter, r *http.Request) {
|
||||||
http.NotFound(w, r)
|
http.NotFound(w, r)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
donksforhonks([]*Honk{&h})
|
donksforhonks([]*Honk{h})
|
||||||
if friendorfoe(r.Header.Get("Accept")) {
|
if friendorfoe(r.Header.Get("Accept")) {
|
||||||
_, j := jonkjonk(user, h)
|
_, j := jonkjonk(user, h)
|
||||||
j["@context"] = itiswhatitis
|
j["@context"] = itiswhatitis
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue