return after redirect

This commit is contained in:
Ted Unangst 2019-09-18 18:30:43 -04:00
parent 234f4b2dad
commit 2d19f53cb8
1 changed files with 1 additions and 0 deletions

1
web.go
View File

@ -1142,6 +1142,7 @@ func submithonker(w http.ResponseWriter, r *http.Request) {
return
}
http.Redirect(w, r, "/honkers", http.StatusSeeOther)
return
}
flavor := "presub"