From c89867f486399f5b6e524a7b98536ce5fa10af20 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sat, 25 May 2024 09:25:09 -0500 Subject: [PATCH] Remove unused NostrMetadata import --- src/controllers/api/accounts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/api/accounts.ts b/src/controllers/api/accounts.ts index 857def22..ef9d634b 100644 --- a/src/controllers/api/accounts.ts +++ b/src/controllers/api/accounts.ts @@ -1,4 +1,4 @@ -import { NostrFilter, NostrMetadata, NSchema as n } from '@nostrify/nostrify'; +import { NostrFilter, NSchema as n } from '@nostrify/nostrify'; import { nip19 } from 'nostr-tools'; import { z } from 'zod';