mirror of
https://github.com/20kaushik02/spotify-manager.git
synced 2026-01-25 14:14:06 +00:00
package (and their typing) updates
This commit is contained in:
@@ -32,7 +32,7 @@ const validate: RequestHandler = (req, res, next) => {
|
||||
errors: extractedErrors,
|
||||
});
|
||||
logger.warn("invalid request", { extractedErrors });
|
||||
return null;
|
||||
return;
|
||||
};
|
||||
|
||||
export { validate };
|
||||
|
||||
Reference in New Issue
Block a user