Commit fdc17c02 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent f6ac1e14
...@@ -120,7 +120,7 @@ async function run(root, name, directory, timestamp) { ...@@ -120,7 +120,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 > 5 && last[i].pftrade >= 0.000001 && last[i].maxLevel ===0 && !last[i].platfrom.includes('R')) { if (last[i].total > 5 && last[i].pftrade >= 0.000001 && last[i].maxLevel ===0 && !last[i].platform.includes('R')) {
delete last[i].durDetailText delete last[i].durDetailText
delete last[i].metaDetailText delete last[i].metaDetailText
let needContinue = false let needContinue = false
......
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