Commit 657319f6 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent c280caf0
......@@ -114,6 +114,11 @@ async function run() {
adder[i].pfTrade = _.orderBy(adder[i].pfTrade)
let temp=[]
temp.push(adder[i].pfTrade[0])
temp.push(adder[i].pfTrade[adder[i].pfTrade.length-1])
adder[i].pfTrade=temp
// adder[i].runUp = _.orderBy(adder[i].runUp)
}
......
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