Commit c2054cd2 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 04c2fe62
...@@ -110,7 +110,7 @@ async function run(root, name, directory, timestamp) { ...@@ -110,7 +110,7 @@ async function run(root, name, directory, timestamp) {
// last = _.orderBy(arr2, ['percentage'], ['asc']); // last = _.orderBy(arr2, ['percentage'], ['asc']);
if (t.includes('compound') || name === 'compound1000' || name === 'allocatedReserveCompoundUnder3' || name === 'allocatedReserveCompoundUnder2' || name === 'compound1000Start') if (t.includes('compound') || name === 'compound1000' || name === 'allocatedReserveCompoundUnder3' || name === 'allocatedReserveCompoundUnder2' || name === 'compound1000Start')
last = _.orderBy(arr2, ['maxLevel'], ['asc']); last = _.orderBy(arr2, ['maxLevel'], ['desc']);
if (name === 'maxtime1000') if (name === 'maxtime1000')
last = _.orderBy(arr2, ['maxRuntime']); last = _.orderBy(arr2, ['maxRuntime']);
......
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