fix(lint): remove unused isLocalRelay import

Remove unused import to fix linter error
This commit is contained in:
Gigi
2025-10-09 16:56:36 +01:00
parent 4cd54834ce
commit d36d5b33b6

View File

@@ -8,7 +8,7 @@ import { Models, IEventStore } from 'applesauce-core'
import { RelayPool } from 'applesauce-relay'
import { onSyncStateChange, isEventSyncing } from '../services/offlineSyncService'
import { RELAYS } from '../config/relays'
import { areAllRelaysLocal, isLocalRelay } from '../utils/helpers'
import { areAllRelaysLocal } from '../utils/helpers'
interface HighlightWithLevel extends Highlight {
level?: 'mine' | 'friends' | 'nostrverse'