Commit 355e7d73 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent d73d3b43
...@@ -44,7 +44,7 @@ async function run() { ...@@ -44,7 +44,7 @@ async function run() {
for (let z = 0; z < runUpString.length - 1; z++) for (let z = 0; z < runUpString.length - 1; z++)
arrRunup.push(parseFloat(runUpString[z])) arrRunup.push(parseFloat(runUpString[z]))
console.log(arrRunup) // console.log(arrRunup)
arrRunup=_.orderBy(arrRunup) arrRunup=_.orderBy(arrRunup)
add(config[j].total, arrDate, config[j].type.split('targetPercentage:false')[1]) add(config[j].total, arrDate, config[j].type.split('targetPercentage:false')[1])
......
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