mirror of
https://github.com/aljazceru/ditto.git
synced 2026-01-07 15:44:22 +01:00
Fix imports of uuid62 and fast-stringify-stable
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { uuid62 } from 'uuid62';
|
||||
import uuid62 from 'uuid62';
|
||||
|
||||
import { db } from '@/db.ts';
|
||||
import { type MediaData } from '@/schemas/nostr.ts';
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NostrEvent, NostrFilter } from '@nostrify/nostrify';
|
||||
import { stringifyStable } from 'fast-stable-stringify';
|
||||
import stringifyStable from 'fast-stable-stringify';
|
||||
import { z } from 'zod';
|
||||
|
||||
import { isReplaceableKind } from '@/kinds.ts';
|
||||
|
||||
Reference in New Issue
Block a user