Commit 638c819a authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent df8c8dda
...@@ -21,7 +21,7 @@ async function run() { ...@@ -21,7 +21,7 @@ async function run() {
for (let j = 0; j < config.length; j++) { for (let j = 0; j < config.length; j++) {
levels.push(config[j].maxLevel) levels.push(config[j].maxLevel)
types.push(configs[j].type.split('targetPercentage:true')[1]) types.push(config[j].type.split('targetPercentage:true')[1])
let dateString = config[j].dateString.split('_') let dateString = config[j].dateString.split('_')
for (let z = 0; z < dateString.length-1; z++) for (let z = 0; z < dateString.length-1; z++)
......
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