From 716ba4b9b68757cc9a53186f8e03e728b2abfb4e Mon Sep 17 00:00:00 2001 From: Nicolas Cantu Date: Sat, 27 Dec 2025 23:19:10 +0100 Subject: [PATCH] Remove unused MediaRef import - Remove MediaRef from imports in nostrEventParsing.ts - All TypeScript checks now pass --- lib/nostrEventParsing.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nostrEventParsing.ts b/lib/nostrEventParsing.ts index 720aa35..395381d 100644 --- a/lib/nostrEventParsing.ts +++ b/lib/nostrEventParsing.ts @@ -1,5 +1,5 @@ import type { Event } from 'nostr-tools' -import type { Article, KindType, MediaRef, Review, Series } from '@/types/nostr' +import type { Article, KindType, Review, Series } from '@/types/nostr' import { extractTagsFromEvent } from './nostrTagSystem' /**