Clean Code

This commit is contained in:
MasterAcnolo
2025-11-15 23:54:41 +01:00
parent e3845e1849
commit 3e9c545952
3 changed files with 2 additions and 6 deletions

View File

@@ -39,7 +39,6 @@ async function infoController(req, res){
}
} catch (err) {
return res.status(500).send(`${err.message}`);
}