backend/api/ajoutProduit.go

Summary

Maintainability
A
1 hr
Test Coverage

Method Server.PostItem has 101 lines of code (exceeds 100 allowed). Consider refactoring.
Open

func (s *Server) PostItem(c echo.Context, categoryId autogen.UUID) error {
    usr, err := MustGetUser(c)
    if err != nil {
        return nil
    }
Severity: Major
Found in backend/api/ajoutProduit.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status