Commit 46cf9bf0 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

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