Commit 1909439d authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 4186c2c8
...@@ -59,7 +59,7 @@ async function run() { ...@@ -59,7 +59,7 @@ async function run() {
typeSort.push({type:uniqType[i],count:counter}) typeSort.push({type:uniqType[i],count:counter})
} }
typeSort=_.orderBy(typeSort, ['count'], ['desc']);
console.log('All Uniq Platform:' + arr.length) console.log('All Uniq Platform:' + arr.length)
console.log('All Uniq Date:' + arrDate.length) console.log('All Uniq Date:' + arrDate.length)
console.log(arrDate) console.log(arrDate)
......
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