Add now for real
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "paravel",
|
||||
"version": "0.3.8",
|
||||
"version": "0.3.9",
|
||||
"description": "Yet another toolkit for nostr",
|
||||
"author": "hodlbod",
|
||||
"license": "MIT",
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ import {cached} from "./LRUCache"
|
||||
// ===========================================================================
|
||||
// General-purpose
|
||||
|
||||
const now = () => Math.round(Date.now() / 1000)
|
||||
export const now = () => Math.round(Date.now() / 1000)
|
||||
|
||||
// ===========================================================================
|
||||
// Relays
|
||||
|
||||
Reference in New Issue
Block a user