mirror of
https://github.com/20kaushik02/spotify-manager.git
synced 2026-01-25 06:04:05 +00:00
package (and their typing) updates
This commit is contained in:
@@ -4,11 +4,11 @@ import logger from "../utils/logger.ts";
|
||||
|
||||
const __controller_func: RequestHandler = async (req, res) => {
|
||||
try {
|
||||
return null;
|
||||
return;
|
||||
} catch (error) {
|
||||
res.status(500).send({ message: "Internal Server Error" });
|
||||
logger.error("__controller_func", { error });
|
||||
return null;
|
||||
return;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user