Fix issue with /add endpoint for income
This commit is contained in:
parent
21afd95d98
commit
9f7d93ed19
|
@ -55,7 +55,7 @@ func IncomeAdd(c *gin.Context) {
|
||||||
dst.Comment = src.Comment
|
dst.Comment = src.Comment
|
||||||
dst.Date = src.Date
|
dst.Date = src.Date
|
||||||
},
|
},
|
||||||
)
|
)(c)
|
||||||
}
|
}
|
||||||
|
|
||||||
// @Summary Edit income by id
|
// @Summary Edit income by id
|
||||||
|
|
Loading…
Reference in New Issue
Block a user