This commit is contained in:
csehviktor
2025-08-01 05:59:33 +02:00
parent be4730af11
commit 2f235fd402

View File

@@ -27,7 +27,6 @@ func (h *HttpHandler) HandleSet(w http.ResponseWriter, r *http.Request) {
} }
content := r.FormValue("content") content := r.FormValue("content")
if content == "" { if content == "" {
badRequest("bin cant be empty", nil, w, r) badRequest("bin cant be empty", nil, w, r)
return return