Add missing nostr-relaypool import

This commit is contained in:
Alex Gleason 2024-05-14 18:46:55 -05:00
parent a4226a963f
commit b4d48218b8
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
// deno-lint-ignore-file require-await
import { NCache } from '@nostrify/nostrify';
import { RelayPoolWorker } from 'nostr-relaypool';
import { Conf } from '@/config.ts';
import { DittoDB } from '@/db/DittoDB.ts';