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
@@ -10,8 +10,6 @@ import (
const cowName = "cows"
// TODO: fix all update handlers because they don't work
// CowDatabase contains the methods to use with the cow database
type CowDatabase interface {
FindOne(ctx context.Context, filter interface{}) (*models.Cow, error)