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

Either all code paths should have explicit returns, or none of them JS-0045
Anti-pattern
Minor
1 occurrence in this check
Expected to return a value at the end of function 'auth'
 7 * @param {import("express").Response} res 
 8 * @param {import("express").NextFunction} next 
 9 */
10function auth(req , res , next){11
12    try {
13        const authorizationToken = req.header("Authorization");