Commit f1c0b2b9 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 53e1d674
...@@ -33,7 +33,7 @@ async function run() { ...@@ -33,7 +33,7 @@ async function run() {
} }
// console.log(arr) // console.log(arr)
console.log(types)
arr = _.uniqBy(arr, 'platform'); arr = _.uniqBy(arr, 'platform');
arrDate = _.uniq(arrDate); arrDate = _.uniq(arrDate);
let uniqLevels = _.uniq(levels); let uniqLevels = _.uniq(levels);
...@@ -49,7 +49,7 @@ async function run() { ...@@ -49,7 +49,7 @@ async function run() {
counter++ counter++
levelSort.push({level:uniqLevels[i],count:counter}) levelSort.push({level:uniqLevels[i],count:counter})
} }
console.log(uniqType)
for (let i=0;i<uniqType.length;i++) for (let i=0;i<uniqType.length;i++)
{ {
let counter=0 let counter=0
......
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