Commit 672a0230 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 82b58ae7
......@@ -157,7 +157,7 @@ console.log(data)
let vars = ai.run(data, getVarsFromName(name))
let varUsage = getVarFromUsage(vars, allData.usage)
console.log(allData.id, allData.usage, allData.value, varUsage)
console.log(allData.id, allData.usage, allData.value, varUsage,data)
if (varUsage < allData.value) {
// console.log(allData.id +' '+'Try Add usage:'+allData.usage +' with current var '+varUsage +' and less than '+allData.value)
if (lastData.includes('Buy'))
......
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