Fix issue with /add endpoint for income

This commit is contained in:
qowevisa 2024-11-19 10:11:40 +02:00
parent 21afd95d98
commit 9f7d93ed19

View File

@ -55,7 +55,7 @@ func IncomeAdd(c *gin.Context) {
dst.Comment = src.Comment
dst.Date = src.Date
},
)
)(c)
}
// @Summary Edit income by id