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