Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Gurrium committed Dec 15, 2023
1 parent 3cf17df commit 220f264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/go/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ func templatePost(w io.Writer, post Post) {
// post.CSRFToken,
// )))

w.Write(buf.Bytes())
templatePostBuf.WriteTo(w)
}

func getAccountName(w http.ResponseWriter, r *http.Request) {
Expand Down

0 comments on commit 220f264

Please sign in to comment.