Commit a794f348 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 87996aef
......@@ -45,9 +45,14 @@ manage()
{
let data=all[i].data
data= _.uniqBy(data, 'time');
data= _.orderBy(data, 'time');
all[i].data=data
}
}
async function arrange(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