mirror of
https://github.com/20kaushik02/spotify-manager.git
synced 2026-01-25 06:04:05 +00:00
added the link backfilling functionality
minor improvements/corrections
This commit is contained in:
@@ -25,5 +25,6 @@ const createLinkValidator = async (req, res, next) => {
|
||||
|
||||
module.exports = {
|
||||
createLinkValidator,
|
||||
removeLinkValidator: createLinkValidator
|
||||
removeLinkValidator: createLinkValidator,
|
||||
populateMissingInLinkValidator: createLinkValidator
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user