mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
fix import
This commit is contained in:
parent
434056b839
commit
98e9ccfc46
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
* Script to import a user/list of users into Ditto given their npub/pubkey by looking them up on a list of relays.
|
||||
*/
|
||||
|
||||
import { nip19 } from 'npm:nostr-tools@^2.7.0';
|
||||
import { nip19 } from 'nostr-tools';
|
||||
import { DittoDB } from '@/db/DittoDB.ts';
|
||||
import { EventsDB } from '@/storages/EventsDB.ts';
|
||||
import { NostrEvent, NRelay1, NSchema } from '@nostrify/nostrify';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue