Fixing error that's reported.

This commit is contained in:
Aleksandr Melnikov
2020-02-06 12:25:17 -08:00
parent 42efa04250
commit c58647130c

View File

@@ -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) {