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

git pull

parent ef7ca3da
......@@ -21,8 +21,10 @@ async function init() {
let value=parseFloat(plat[plat.length-1])
let config=plat[plat.length-2]
let last=config + ' ' + value*-1
if (com[i].type.includes(last))
if (com[i].type.includes(last)) {
console.log(com[i])
arr.push(com[i])
}
}
console.log(arr.length)
......
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