Commit 93c46316 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 338c7346
...@@ -53,6 +53,8 @@ async function run() { ...@@ -53,6 +53,8 @@ async function run() {
} }
console.log('hi')
adder = _.orderBy(adder, ['total'], ['asc']); adder = _.orderBy(adder, ['total'], ['asc']);
...@@ -201,7 +203,7 @@ function addRunup(total, runUp) { ...@@ -201,7 +203,7 @@ function addRunup(total, runUp) {
adder[i].runUp.push(runUp[z]) adder[i].runUp.push(runUp[z])
} }
console.log(adder[i].runUp)
} }
......
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