From 78d420e1d202657d24801ed8072efb2b486ff18f Mon Sep 17 00:00:00 2001 From: qowevisa Date: Mon, 18 Nov 2024 19:38:34 +0200 Subject: [PATCH] Remove UserID from types.DbIncome --- types/types.go | 1 - 1 file changed, 1 deletion(-) diff --git a/types/types.go b/types/types.go index be571b2..ef18906 100644 --- a/types/types.go +++ b/types/types.go @@ -56,7 +56,6 @@ type DbIncome struct { Comment string `json:"comment" example:"pizza"` Value uint64 `json:"value" example:"20000"` Date time.Time `json:"date" example:"29/11/2001 12:00"` - UserID uint `json:"user_id" example:"1"` } type DbType struct {