Commit ff954f1e authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

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