Commit bc6a1f78 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent a5c84b5b
...@@ -22,9 +22,9 @@ async function work() { ...@@ -22,9 +22,9 @@ async function work() {
try { try {
if ((j + i) < directory.length) if ((j + i) < directory.length)
if (directory[j + i].toLowerCase().includes(pair))
arr.push(directory[j + i]) arr.push(directory[j + i])
// if (directory[j + i].toLowerCase().includes(pair))
} catch (e) { } catch (e) {
...@@ -44,7 +44,7 @@ async function work() { ...@@ -44,7 +44,7 @@ async function work() {
} catch (e) { } catch (e) {
} }
console.log(arr.length)
await run('default', 'compound1000', arr, timestamp) await run('default', 'compound1000', arr, timestamp)
// run('default','compound1000Start', arr, timestamp) // run('default','compound1000Start', arr, timestamp)
// run('default','profitPerMonth1000', arr, timestamp) // run('default','profitPerMonth1000', arr, timestamp)
......
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