Kaynağa Gözat

fix: remove required field

Yeuoly 11 ay önce
ebeveyn
işleme
14feb2852a
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      internal/core/dify_invocation/types.go

+ 1 - 1
internal/core/dify_invocation/types.go

@@ -215,5 +215,5 @@ type InvokeNodeResponse struct {
 
 type InvokeEncryptionResponse struct {
 	Error string         `json:"error"`
-	Data  map[string]any `json:"data" validate:"required"`
+	Data  map[string]any `json:"data"`
 }