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, data: data,
start: start, start: start,
stop: stop, stop: stop,
itemCount: itemCount, itemCount: 0,
itemData: itemData, itemData: [],
}); });
} else { } else {
result = utils.promiseParallel({ result = utils.promiseParallel({