Remove TODO

This commit is contained in:
Jan Bader 2022-09-23 19:11:37 +00:00
parent 49cf6a65da
commit 99979a35b0

View File

@ -25,7 +25,6 @@ func (h *Handler) newCategory(c echo.Context) error {
} }
if newCategory.Group == "" { if newCategory.Group == "" {
// TODO Handle new Group here?
return echo.NewHTTPError(http.StatusBadRequest, "category group is required") return echo.NewHTTPError(http.StatusBadRequest, "category group is required")
} }