From 1402825a72ede08a218cfc8158a1c55119a14eea Mon Sep 17 00:00:00 2001 From: qowevisa Date: Sat, 2 Nov 2024 00:05:45 +0200 Subject: [PATCH] Delete UserID for types.DbDebt --- types/types.go | 1 - 1 file changed, 1 deletion(-) diff --git a/types/types.go b/types/types.go index 536a954..ced07f1 100644 --- a/types/types.go +++ b/types/types.go @@ -47,7 +47,6 @@ type DbDebt struct { Date time.Time `json:"date" example:"29/11/2001 12:00"` DateEnd time.Time `json:"date_end" example:"29/12/2001 12:00"` Finished bool `json:"finished" example:"false"` - UserID uint `json:"user_id" example:"1"` } type DbIncome struct {