Commit 906e9ad7 by Иван Кубота

fi

parent 435b5786
...@@ -284,8 +284,8 @@ module.exports = { ...@@ -284,8 +284,8 @@ module.exports = {
fn: async function(args, req, res){ fn: async function(args, req, res){
return log.logging.filter(l=>{ return log.logging.filter(l=>{
console.log(l.start, '>',args.start); //console.log(l.date, '>',args.start);
return l.start>args.start return l.date>args.start
}); });
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment