Commit 0bba5111 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 88f35295
......@@ -67,7 +67,7 @@ function run()
// console.log('Worth ->',arrNew[0])
let worth=balance/arrNew[0].sum
if (worth > base) {
if (worth < base) {
base=worth
console.log((balance/worth))
}
......
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