This commit is contained in:
chaosBreaking
2019-10-07 17:40:05 +08:00
parent 92fe47c441
commit a5195c8f2b
2 changed files with 2 additions and 1 deletions

View File

@@ -265,6 +265,7 @@ module.exports = {
}
});
}
mylog.info(list);
let [newFund, actions] = await Promise.all([
fund.addFund(list, { inviter }),
Action.find({ userId, type: 1, createdAt: { $gt: start, $lt: now } })