Commit ce9d78bd authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 4fcafd2d
...@@ -122,12 +122,15 @@ async function run(root,name, directory, timestamp) { ...@@ -122,12 +122,15 @@ async function run(root,name, directory, timestamp) {
last= _.uniqBy(last, 'platform'); last= _.uniqBy(last, 'platform');
console.log(last.length)
let las = [] let las = []
for (let i = 0; i < last.length; i++) { for (let i = 0; i < last.length; i++) {
if (i < last.length && last[i].newAllDonePer >10) if (i < last.length && last[i].newAllDonePer >10)
las.push(last[i]) las.push(last[i])
} }
console.log(last.length)
// for (let i=0;i<las.length;)
// last=[] // last=[]
// let newLast=[] // let newLast=[]
// let jj='[' // let jj='['
......
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