fix: tests

v1.18.x
Barış Soner Uşaklı 4 years ago
parent 1f3e660108
commit 074ee859c4

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

Loading…
Cancel
Save