Commit 9cb0e01c authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 5fe53353
......@@ -29,7 +29,6 @@ async function run() {
for (let i = 0; i < arr.length; i++) {
let inline = arr[i]
for (let j = 0; j < inline.length; j++) {
if (inline[j].maxAllocatedMoney < configs.start)
arr2.push(inline[j])
......
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