Commit 1c37ab9a authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 3c54a16c
...@@ -115,7 +115,7 @@ async function run(root,name, directory, timestamp) { ...@@ -115,7 +115,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, ['allDonePer'], ['desc']); last = _.orderBy(arr2, ['newAllDonePer'], ['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