Commit bc6a1f78 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

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