Commit c3da859b authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 3bf0c6dd
......@@ -83,7 +83,7 @@ async function analyse(body) {
// console.log('try Check ',obj.side,file[file.length - 1])
// if (file.length > 2 && !file[file.length - 1].includes(obj.side))
appendCsv(final, indicator)
// appendCsvtoMain(final,indicator)
appendCsvtoMain(final,indicator)
}
function appendCsv(data, name) {
......
......@@ -241,7 +241,7 @@ async function run() {
if (arrDate[0].sum === 0)
return
console.log('Balance ->', balance - lastBalance)
let worth = (balance - lastBalance) / (arrDate[0].sum)
let worth = (balance - lastBalance) / (arrDate[0].sum-100)
console.log('Worth ->', 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