Commit 6f4d6964 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent e978dd3b
...@@ -119,7 +119,7 @@ async function run(root, name, directory, timestamp) { ...@@ -119,7 +119,7 @@ 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 > 0 && last[i].pftrade>= 0.9 && last[i].maxLevel ===1) { if (last[i].total > 0 && last[i].pftrade>= 0.9 && last[i].maxLevel ===9) {
delete last[i].durDetailText delete last[i].durDetailText
delete last[i].metaDetailText delete last[i].metaDetailText
las.push(last[i]) 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