franius8 / todo-site

Detected empty functions JS-0321
Anti-pattern
Minor
a year agoa year old
Unexpected empty arrow function
 53                navigate("/home");
 54                // ...
 55            })
 56            .catch((error) => { 57 58 59                 60            }); 61    }
 62
 63    // Function for handling email input change