Commit fd7b88bc authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent b3715e31
...@@ -61,7 +61,7 @@ async function run() { ...@@ -61,7 +61,7 @@ async function run() {
typeSort = _.orderBy(typeSort, ['count'], ['desc']); 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)
console.log(levelSort) console.log(levelSort)
console.log(typeSort) console.log(typeSort)
// console.log(JSON.stringify(arrDate, null, 2)) // console.log(JSON.stringify(arrDate, null, 2))
......
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