Commit a25b4fa1 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 0fa8a612
...@@ -125,18 +125,21 @@ async function run(root, name, directory, timestamp) { ...@@ -125,18 +125,21 @@ async function run(root, name, directory, timestamp) {
let las = [] let las = []
for (let i = 0; i < last.length; i++) { for (let i = 0; i < last.length; i++) {
if (i < last.length) if (i < last.length)
if (last[i].total < 1 && last[i].maxLevel === 0 && last[i].newAllDonePer >10) { {
delete last[i].durDetailText las.push(last[i])
delete last[i].metaDetailText }
let needContinue = false // if (last[i].total < 1 && last[i].maxLevel === 0 && last[i].newAllDonePer >10) {
// for (let z = 0; z < con2.length; z++) { // delete last[i].durDetailText
// if (con2[z] === last[i].type.split('targetPercentage:false')[1]) // delete last[i].metaDetailText
// needContinue = true // let needContinue = false
// } // // for (let z = 0; z < con2.length; z++) {
// if (needContinue) // // if (con2[z] === last[i].type.split('targetPercentage:false')[1])
// continue // // needContinue = true
las.push(last[i]) // // }
} // // if (needContinue)
// // continue
//
// }
} }
......
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