1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-12-03 01:09:01 +09:00
This commit is contained in:
syuilo 2017-09-07 13:33:39 +09:00
parent 5b36fe0e3a
commit af0dd26224

View File

@ -36,7 +36,7 @@ User.find({}, {
}); });
async function extractKeywordsOne(id, cb) { async function extractKeywordsOne(id, cb) {
console.log(`extract keywords of ${id} ...`); console.log(`extracting keywords of ${id} ...`);
// Fetch recent posts // Fetch recent posts
const recentPosts = await Post.find({ const recentPosts = await Post.find({