Commit f468173a authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 3c65ad13
......@@ -75,7 +75,7 @@ async function run() {
let arr1000Compound = []
let arrReserv = _.orderBy(arr2, ['percentage'], ['asc']);
let arrCompound = _.orderBy(arr2, ['newAllDonePer'], ['desc']);
let arrCompound = _.orderBy(arr2, ['newAllDonePer'], ['asc']);
let arrResrv200 = []
let arr1000Maxtime=[]
let arrReservCompound = []
......
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