From d7786fb50f944c8d1275db4f37ad3c6e41733db3 Mon Sep 17 00:00:00 2001 From: qowevisa Date: Thu, 31 Oct 2024 23:04:51 +0200 Subject: [PATCH] Deleted UserID for types.DbCategory --- types/types.go | 1 - 1 file changed, 1 deletion(-) 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 {