Delete src/nostr directory

This commit is contained in:
Alex Gleason
2023-04-29 15:49:22 -05:00
parent b33a3a21fc
commit 6341987088
9 changed files with 38 additions and 39 deletions

View File

@@ -1,5 +1,5 @@
import { Context, getPublicKey } from '@/deps.ts';
import { type Event } from '@/nostr/event.ts';
import { type Event } from '@/event.ts';
/** Get the current time in Nostr format. */
const nostrNow = () => Math.floor(new Date().getTime() / 1000);