Commit 54978279 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 0956bfb9
......@@ -132,7 +132,7 @@ async function run(root,name, directory, timestamp) {
for (let i=0;i<las.length;i++)
{
let f={platform:las[i].platform,type:las[i].type,closeDate:las[i].closeDate,profitLossString:las[i].profitLossString,sideString:las[i].sideString}
let f={closeDate:las[i].closeDate,profitLossString:las[i].profitLossString,sideString:las[i].sideString}
newLast.push(f)
}
console.log(las.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