Remove unused MediaRef import

- Remove MediaRef from imports in nostrEventParsing.ts
- All TypeScript checks now pass
This commit is contained in:
Nicolas Cantu 2025-12-27 23:19:10 +01:00
parent ef3d2cf52e
commit 716ba4b9b6

View File

@ -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'
/**