dont know
This commit is contained in:
parent
d8fec72c5b
commit
70c95224b3
1 changed files with 1 additions and 1 deletions
2
app.js
2
app.js
|
@ -34,7 +34,7 @@ getData().then((data)=>{
|
|||
console.log(ipv4_v6);
|
||||
|
||||
date.sort((a, b)=>{
|
||||
return new Date(b) - new Date(a)
|
||||
return new Date(a) - new Date(b)
|
||||
})
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue