mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 08:43:09 +02:00
✌️
This commit is contained in:
parent
5b36fe0e3a
commit
af0dd26224
1 changed files with 1 additions and 1 deletions
|
@ -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({
|
||||||
|
|
Loading…
Reference in a new issue