fix: tests

This commit is contained in:
Barış Soner Uşaklı
2021-05-12 10:28:35 -04:00
parent 1f3e660108
commit 074ee859c4

View File

@@ -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({