Commit c05aa621 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 3bfc5b56
......@@ -111,6 +111,7 @@ async function run() {
for (let i = 0; i < adder.length; i++) {
adder[i].type = _.uniq(adder[i].type)
adder[i].type = _.orderBy(adder[i].type)
adder[i].countOfType=adder[i].type.length
adder[i].pfTrade = _.orderBy(adder[i].pfTrade)
......
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