Saving Items In Mongoose For Loop With Schema Methods
问题 I'm having a problem saving items running through for loop if I attach any extra validation methods. Basically, I'm building an instagram API app that allows editors to remove photos that are unseemly. Photos are pulled from Instagram in batches of 20 and displayed to editors. If an editor clicks a photo, it is first put on a 'blacklist' database by ID, then deleted from the main photo database. In order to not have blacklisted photos reappear on the feed, before saving an item to the main