Add now for real

This commit is contained in:
Jon Staab
2023-10-26 10:53:58 -07:00
parent 6cf0ff3c3c
commit 495f19b56d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -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