Commit d1630ff9 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent bfcc7ad1
......@@ -48,6 +48,7 @@ async function print()
let data=all[i].data
for (let j=0;j<data.length;j++)
{
console.log(data[j])
text=text+data[j].text
if (j !==data.length-1)
text=text+'\n'
......@@ -63,6 +64,8 @@ function manage() {
let data = all[i].data
data = _.uniqBy(data, 'time');
data = _.orderBy(data, 'time');
let arrs=[]
let t=''
for (let z = 0; z < data.length; z++) {
let s=data[z].data
......
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