From cba1ca38958d53867fb9a97ac0ff694809ad3c23 Mon Sep 17 00:00:00 2001 From: MahtabBukhari Date: Fri, 8 Nov 2024 09:29:39 +0500 Subject: [PATCH] feature story --- handlers/features.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/features.go b/handlers/features.go index 5a007b6fd..9b9f21c45 100644 --- a/handlers/features.go +++ b/handlers/features.go @@ -465,7 +465,7 @@ func (oh *featureHandler) StoriesSend(w http.ResponseWriter, r *http.Request) { body, err := io.ReadAll(r.Body) r.Body.Close() if err != nil { - http.Error(w, "Failed to read request body", http.StatusBadRequest) + http.Error(w, "Failed to read requests body", http.StatusBadRequest) return }