Remove unused MediaRef import
- Remove MediaRef from imports in nostrEventParsing.ts - All TypeScript checks now pass
This commit is contained in:
parent
ef3d2cf52e
commit
716ba4b9b6
@ -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'
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user