mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-16 10:03:12 -07:00
feat: last online
This commit is contained in:
parent
206d12ded3
commit
40f98cc9df
9 changed files with 82 additions and 64 deletions
|
@ -23,8 +23,7 @@ async function getNetworkAdditionalData(data) {
|
|||
|
||||
return {
|
||||
id: data.id,
|
||||
type: "Network",
|
||||
clock: Math.floor(new Date().getTime() / 1000),
|
||||
clock: new Date().getTime(),
|
||||
...additionalData.value(),
|
||||
config: data,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue