Skip to content

Commit

Permalink
feature story
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtabBukhari committed Nov 8, 2024
1 parent bbf2449 commit cba1ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/features.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit cba1ca3

Please sign in to comment.