From 117467f7b29c3ddbe9a7a7e1d1debfa99a90d5e4 Mon Sep 17 00:00:00 2001 From: Bryan Montz Date: Sun, 29 Oct 2023 17:24:57 -0500 Subject: [PATCH] make a property public --- Sources/NostrSDK/Events/DeletionEvent.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/NostrSDK/Events/DeletionEvent.swift b/Sources/NostrSDK/Events/DeletionEvent.swift index 8ff0417..40cd466 100644 --- a/Sources/NostrSDK/Events/DeletionEvent.swift +++ b/Sources/NostrSDK/Events/DeletionEvent.swift @@ -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 }