Commit 97f77f98 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 9e60ad34
...@@ -52,6 +52,7 @@ async function run() { ...@@ -52,6 +52,7 @@ async function run() {
console.log(arrDate) console.log(arrDate)
console.log(levelSort) console.log(levelSort)
let levelBaseDays=[] let levelBaseDays=[]
for(let l=0;l<uniqLevels.length;l++) for(let l=0;l<uniqLevels.length;l++)
{ {
let levelInline=[] let levelInline=[]
...@@ -73,11 +74,12 @@ async function run() { ...@@ -73,11 +74,12 @@ async function run() {
} }
} }
levelInline=_.uniq(levelInline)
levelBaseDays.push({level:uniqLevels[l],uniqDaysRun:levelInline.length})
} }
levelInline=_.uniq(levelInline)
levelBaseDays.push({level:uniqLevels[l],uniqDaysRun:levelInline.length})
} }
console.log(levelBaseDays) console.log(levelBaseDays)
......
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