Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Bryan Montz <[email protected]>
  • Loading branch information
tyiu and bryanmontz authored May 19, 2024
1 parent 8f7c74e commit 308d5bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/NostrSDK/Events/AuthenticationEvent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public final class AuthenticationEvent: NostrEvent, RelayProviding, RelayURLVali
try super.init(kind: .authentication, content: content, tags: tags, createdAt: createdAt, signedBy: keypair)
}

/// The relay URL where this event authenticates to it.
/// The relay URL this event authenticates to.
public var relayURL: URL? {
guard let relayURLString = firstValueForRawTagName("relay") else {
return nil
Expand Down

0 comments on commit 308d5bb

Please sign in to comment.