Commit a74da257 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent a794f348
......@@ -46,6 +46,7 @@ manage()
let data=all[i].data
data= _.uniqBy(data, 'time');
data= _.orderBy(data, 'time');
console.log(data)
all[i].data=data
......
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