Accounting for indexed posts.

This commit is contained in:
2024-09-11 05:16:56 +02:00
parent 029351f228
commit 86002ef00b
4 changed files with 13 additions and 14 deletions

View File

@@ -74,7 +74,7 @@ function getUserPostsWrap(reddit, args) {
}
if (posts.length) {
return { ...user, posts, indexed };
return { ...user, posts, indexed: { original: indexed, updated: [] } };
}
return null;