Olimpiadas-INET-2024-Escuela-Tecnica-21 / fase1_backend

Found empty functions JS-0057
Anti-pattern
Minor
2 occurrences in this check
Unexpected empty static async method 'validate'
27        }
28    }
29
30    static async validate(req, res){31        32    }33}
34
35export default ProductController
Unexpected empty static async method 'validate'
46        }
47    }
48
49    static async validate(req, res){50        51    }52
53}
54