diff --git a/src/deps.ts b/src/deps.ts index a6b893cd..b9db9e26 100644 --- a/src/deps.ts +++ b/src/deps.ts @@ -9,7 +9,7 @@ export { } from 'https://deno.land/x/hono@v3.10.1/mod.ts'; export { cors, logger, serveStatic } from 'https://deno.land/x/hono@v3.10.1/middleware.ts'; export { z } from 'https://deno.land/x/zod@v3.21.4/mod.ts'; -export { Author, RelayPool } from 'https://dev.jspm.io/nostr-relaypool@0.6.30'; +export { RelayPool } from 'https://dev.jspm.io/nostr-relaypool@0.6.30'; export { type Event, type EventTemplate,