update
This commit is contained in:
@ -191,8 +191,10 @@ function loadValues()
|
||||
for(let i = 0; i < data.length; i++)
|
||||
{
|
||||
if(!(last + 900000 > new Date(data[i].createdAt).getTime()) )
|
||||
{
|
||||
newData.push(data[i]);
|
||||
last = new Date(data[i].createdAt).getTime();
|
||||
last = new Date(data[i].createdAt).getTime();
|
||||
}
|
||||
}
|
||||
|
||||
for( let entry of newData )
|
||||
|
Reference in New Issue
Block a user