From 2f235fd40253539b3587a62877dc46d6b1282741 Mon Sep 17 00:00:00 2001 From: csehviktor Date: Fri, 1 Aug 2025 05:59:33 +0200 Subject: [PATCH] fix --- handler/http.go | 1 - 1 file changed, 1 deletion(-) diff --git a/handler/http.go b/handler/http.go index 8aca560..69d73d8 100644 --- a/handler/http.go +++ b/handler/http.go @@ -27,7 +27,6 @@ func (h *HttpHandler) HandleSet(w http.ResponseWriter, r *http.Request) { } content := r.FormValue("content") - if content == "" { badRequest("bin cant be empty", nil, w, r) return