timestamp

This commit is contained in:
chaosBreaking
2019-10-07 17:43:59 +08:00
parent a5195c8f2b
commit 8939377ecf
4 changed files with 2 additions and 3 deletions

View File

@@ -265,7 +265,6 @@ 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 } })