fix: remove unused getDefaultRelays import

This commit is contained in:
Gigi
2025-11-22 00:29:31 +01:00
parent bca1ee2b2e
commit cc22524466

View File

@@ -1,6 +1,6 @@
import { RelayPool } from 'applesauce-relay' import { RelayPool } from 'applesauce-relay'
import { prioritizeLocalRelays } from '../utils/helpers' import { prioritizeLocalRelays } from '../utils/helpers'
import { getLocalRelays, getDefaultRelays } from '../config/relays' import { getLocalRelays } from '../config/relays'
/** /**
* Local relays that are always included * Local relays that are always included