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

init

parent 526bdb99
......@@ -43,7 +43,7 @@ async function run() {
for (let i=0;i<arr2.length;i++)
{
let t=(arr2[i].maxAllocatedMoney)/Math.abs(arr2[i].maxReseve)
if (t>configs.alocatedReserve)
if (t<configs.alocatedReserve)
arr20Max.push(arr2[i])
}
......
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