Deleted UserID for types.DbCategory

This commit is contained in:
qowevisa 2024-10-31 23:04:51 +02:00
parent 30c6c59e63
commit d7786fb50f

View File

@ -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 {