From 64cc3564047c7f5f3f36a10fde9010f96ecfda6c Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Sat, 10 Feb 2024 17:40:31 -0300 Subject: [PATCH] nip34: remove void property. --- nip34/patch.go | 1 - 1 file changed, 1 deletion(-) diff --git a/nip34/patch.go b/nip34/patch.go index 2aa7bde..1aa4341 100644 --- a/nip34/patch.go +++ b/nip34/patch.go @@ -11,7 +11,6 @@ type Patch struct { nostr.Event Repository nostr.EntityPointer - Subject string Files []*gitdiff.File Header *gitdiff.PatchHeader