Changes
1 changed files (+1/-2)
-
-
@@ -395,8 +395,7 @@ notEmpty = writeJSONProp(&b, "endpoints", v) || notEmpty} } if len(a.Streams) > 0 { writePropJSONName(&b, "streams") notEmpty = notEmpty || writeItemCollectionJSONValue(&b, a.Streams) notEmpty = writeItemCollectionJSONProp(&b, "streams", a.Streams) } if len(a.PublicKey.PublicKeyPem)+len(a.PublicKey.ID) > 0 { if v, err := a.PublicKey.MarshalJSON(); err == nil && len(v) > 0 {
-