Commit f26f19e3 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 61726642
...@@ -37,7 +37,7 @@ async function init() { ...@@ -37,7 +37,7 @@ async function init() {
} }
com=_.uniqBy(com, 'lp'); com=_.uniqBy(com, 'lp');
let newCom=[] let newCom=[]
for (let i=0;i<100;i++) for (let i=0;i<com.length;i++)
{ {
newCom.push(com[i]) newCom.push(com[i])
} }
......
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