mirror of
https://github.com/20kaushik02/spotify-manager.git
synced 2026-01-25 06:04:05 +00:00
blehh
This commit is contained in:
@@ -10,7 +10,7 @@ const __controller_func = async (req, res) => {
|
||||
try {
|
||||
|
||||
} catch (error) {
|
||||
res.sendStatus(500);
|
||||
res.status(500).send({ message: "Internal Server Error" });
|
||||
logger.error("__controller_func", { error });
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user