diff --git a/types/types.go b/types/types.go index b15b82b..db16caf 100644 --- a/types/types.go +++ b/types/types.go @@ -36,7 +36,6 @@ type DbCategory struct { // Parent is used as a infinite sub-category structure // Can be 0 ParentID uint `json:"parent_id" example:"0"` - UserID uint `json:"user_id" example:"1"` } type DbDebt struct {