Skip to content

Commit

Permalink
make a property public
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanmontz committed Oct 29, 2023
1 parent 58e4e26 commit 117467f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/NostrSDK/Events/DeletionEvent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public final class DeletionEvent: NostrEvent {
}

/// The reason the creator of the event gave for deleting the included events.
var reason: String {
public var reason: String {
content
}

Expand Down

0 comments on commit 117467f

Please sign in to comment.