From 4ff4a147b258bb7787e492a74254f3993bb69d1a Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sat, 9 Feb 2019 21:56:32 -0800 Subject: cleanup security.Secret --- weed/operation/data_struts.go | 1 - 1 file changed, 1 deletion(-) (limited to 'weed/operation/data_struts.go') diff --git a/weed/operation/data_struts.go b/weed/operation/data_struts.go index bfc53aa50..4980f9913 100644 --- a/weed/operation/data_struts.go +++ b/weed/operation/data_struts.go @@ -2,6 +2,5 @@ package operation type JoinResult struct { VolumeSizeLimit uint64 `json:"VolumeSizeLimit,omitempty"` - SecretKey string `json:"secretKey,omitempty"` Error string `json:"error,omitempty"` } -- cgit v1.2.3