mirror of
https://github.com/aljazceru/ditto.git
synced 2025-12-19 22:44:21 +01:00
We do a little refactoring
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import { Context, getPublicKey } from '@/deps.ts';
|
||||
|
||||
import type { Event } from './event.ts';
|
||||
import { type Event } from '@/nostr/event.ts';
|
||||
|
||||
/** Get the current time in Nostr format. */
|
||||
const nostrNow = () => Math.floor(new Date().getTime() / 1000);
|
||||
|
||||
Reference in New Issue
Block a user