diff --git a/damus/Nostr/RelayConnection.swift b/damus/Nostr/RelayConnection.swift index 296065a9..8b787fcd 100644 --- a/damus/Nostr/RelayConnection.swift +++ b/damus/Nostr/RelayConnection.swift @@ -26,7 +26,7 @@ final class RelayConnection: WebSocketDelegate { return socket }() private var handleEvent: (NostrConnectionEvent) -> () - private let url: URL + let url: URL init(url: URL, handleEvent: @escaping (NostrConnectionEvent) -> ()) { self.url = url