diff --git a/nip86/types.go b/nip86/types.go index 322f3f6..c1ace3c 100644 --- a/nip86/types.go +++ b/nip86/types.go @@ -6,6 +6,6 @@ type Request struct { } type Response struct { - Result any `json:"result"` + Result any `json:"result,omitempty"` Error string `json:"error,omitempty"` }