remove deprecated todo statements

This commit is contained in:
SowinskiBraeden committed 2022-09-27 11:54:22 -07:00
1 parent 1685a79836
commit 006018da47
3 files changed
-6

No files matched your search

-2
View File
@@ -113,8 +113,6 @@ func (c Cow) NewCowHandler(w http.ResponseWriter, r *http.Request) {
json.NewEncoder(w).Encode(response)
}
// TODO: fix all update handlers because they don't work
// UpdateCowHandler gets updates the data for an existing cow and returns a result and error
func (c Cow) UpdateCowHandler(w http.ResponseWriter, r *http.Request) {
cowID := mux.Vars(r)["cow_id"]