Fix number-input not returning numbers

This commit is contained in:
2022-04-08 18:23:29 +00:00
parent 249aa534c8
commit 3ca7bfeade
3 changed files with 18 additions and 8 deletions

View File

@@ -11,7 +11,7 @@ import (
)
type SetCategoryAssignmentRequest struct {
Assigned string
Assigned float64
}
func (h *Handler) setCategoryAssignment(c *gin.Context) {