some fixing

This commit is contained in:
2023-12-28 14:51:10 -07:00
parent 202d50ea1e
commit 143391507e
9 changed files with 107 additions and 33 deletions

View File

@@ -10,7 +10,7 @@ const __controller_func = async (req, res) => {
try {
} catch (error) {
logger.error('Error', { error });
logger.error('__controller_func', { error });
return res.status(500).send({ message: "Server Error. Try again." });
}
}