Commit 14199ef4 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 7d19d601
...@@ -35,9 +35,9 @@ async function work() { ...@@ -35,9 +35,9 @@ async function work() {
} }
run('profitPerMonth1000', arr, timestamp) run('profitPerMonth1000', arr, timestamp)
run('percentage1000', arr, timestamp) run('percentage1000', arr, timestamp)
run('compound1000', arr, timestamp) await run('compound1000', arr, timestamp)
run('profitPerMonth1000Start', arr, timestamp) // run('profitPerMonth1000Start', arr, timestamp)
await run('compound1000Start', arr, timestamp) // await run('compound1000Start', arr, timestamp)
// run('allocatedReservePerMonthUnder2', arr, timestamp) // run('allocatedReservePerMonthUnder2', arr, timestamp)
// await run('allocatedReserveCompoundUnder2', arr, timestamp) // await run('allocatedReserveCompoundUnder2', 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