Skip to content

Commit

Permalink
Update label_handler.go
Browse files Browse the repository at this point in the history
  • Loading branch information
milwad-dev committed May 9, 2024
1 parent d56ea66 commit cb383d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/handlers/label_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
func (db *DBHandler) StoreLabel(w http.ResponseWriter, r *http.Request) {
// Parse request body
r.ParseForm()

// TODO: ADD VALIDATION
// Read request body
var label *models.Label
utils.ReadRequestBody(w, r, label)
Expand Down

0 comments on commit cb383d0

Please sign in to comment.