refactor(email): improve code formatting and error handling in email route

This commit is contained in:
2025-02-13 17:42:25 +01:00
parent efe2afb0b2
commit e610b9b462
5 changed files with 143 additions and 143 deletions

View File

@@ -59,7 +59,7 @@ const ProjectDetails = () => {
try {
fetchProjectData(slug);
} catch (error) {
console.log(error);
console.error(error);
setError("Failed to fetch project data");
}
}