mirror of
				https://github.com/onepanelio/onepanel.git
				synced 2025-10-31 16:56:19 +08:00 
			
		
		
		
	Fixing error that's reported.
This commit is contained in:
		| @@ -48,7 +48,7 @@ func (s *SecretServer) SecretExists(ctx context.Context, req *api.SecretExistsRe | ||||
| 	} | ||||
| 	return &api.SecretExistsResponse{ | ||||
| 		Exists: secretExistsBool, | ||||
| 	}, userError.GRPCError() | ||||
| 	}, nil | ||||
| } | ||||
|  | ||||
| func (s *SecretServer) GetSecret(ctx context.Context, req *api.GetSecretRequest) (*api.Secret, error) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Aleksandr Melnikov
					Aleksandr Melnikov