mirror of
https://github.com/aljazceru/ditto.git
synced 2025-12-20 15:04:20 +01:00
Delete src/nostr directory
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user