Commit e555a032 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent d4aebc0e
...@@ -68,6 +68,10 @@ async function run() { ...@@ -68,6 +68,10 @@ async function run() {
adder[i].dates=_.uniq(adder[i].dates) adder[i].dates=_.uniq(adder[i].dates)
adder[i].dates = _.orderBy(adder[i].dates) adder[i].dates = _.orderBy(adder[i].dates)
} }
for (let i = 0; i < adder.length; i++) {
adder[i].type=_.uniq(adder[i].type)
adder[i].type = _.orderBy(adder[i].type)
}
for (let i = 0; i < adder.length; i++) { for (let i = 0; i < adder.length; i++) {
let dates = adder[i].dates let dates = adder[i].dates
......
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