From b9e756de2662fdb03bc1fead895bbbd18fce9a78 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Tue, 19 Dec 2023 19:18:20 -0600 Subject: [PATCH] deps: remove Author from nostr-relaypool --- src/deps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/deps.ts b/src/deps.ts index a6b893c..b9db9e2 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,