Commit c73f610c authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 4cb159a1
......@@ -35,9 +35,11 @@ let dateString=config[i].dateString.split('_')
arr=_.uniqBy(arr, 'platform');
arrDate=_.uniq(arrDate);
// console.log(arrDate)
arrDate = _.orderBy(arrDate)
console.log('All Uniq Platform:'+arr.length)
console.log('All Uniq Date:'+arrDate.length)
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