From 9f7d93ed19e2a2a80f4301d14861f6d23d1aa370 Mon Sep 17 00:00:00 2001 From: qowevisa Date: Tue, 19 Nov 2024 10:11:40 +0200 Subject: [PATCH] Fix issue with /add endpoint for income --- handlers/income.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/income.go b/handlers/income.go index c40151b..5418db9 100644 --- a/handlers/income.go +++ b/handlers/income.go @@ -55,7 +55,7 @@ func IncomeAdd(c *gin.Context) { dst.Comment = src.Comment dst.Date = src.Date }, - ) + )(c) } // @Summary Edit income by id