Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed May 12, 2021
1 parent 1f3e660 commit 074ee85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/controllers/accounts/posts.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ async function getPostsFromUserSet(template, req, res, callback) {
data: data,
start: start,
stop: stop,
itemCount: itemCount,
itemData: itemData,
itemCount: 0,
itemData: [],
});
} else {
result = utils.promiseParallel({
Expand Down

0 comments on commit 074ee85

Please sign in to comment.