Commit 6fe16545 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 3bc4b76d
......@@ -52,7 +52,7 @@ async function run() {
console.log(arrDate)
console.log(levelSort)
let levelBaseDays=[]
for(let z=0;z<uniqLevels.length;z++)
for(let l=0;l<uniqLevels.length;l++)
{
let levelInline=[]
for (let i = 0; i < configs.length; i++) {
......@@ -65,7 +65,7 @@ async function run() {
for (let j = 0; j < config.length; j++) {
if (config[j].maxLevel ===uniqLevels[z])
if (config[j].maxLevel ===uniqLevels[l])
{
let dateString = config[j].dateString.split('_')
......@@ -76,7 +76,7 @@ async function run() {
}
levelInline=_.uniq(levelInline)
levelBaseDays.push({level:uniqLevels[z],uniqDaysRun:levelInline.length})
levelBaseDays.push({level:uniqLevels[l],uniqDaysRun:levelInline.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