mirror of
https://github.com/20kaushik02/spotify-manager.git
synced 2026-01-25 14:14:06 +00:00
ocd formatting, changed user object, retrieve user ID
This commit is contained in:
@@ -24,9 +24,9 @@ const validate = (req, res, next) => {
|
||||
return res.status(400).json({
|
||||
message: getNestedValuesString(extractedErrors),
|
||||
errors: extractedErrors
|
||||
})
|
||||
});
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
validate,
|
||||
validate
|
||||
}
|
||||
Reference in New Issue
Block a user