diff --git a/packages/grpc-js/src/xds-client.ts b/packages/grpc-js/src/xds-client.ts index 7580c2f4..bd2235ab 100644 --- a/packages/grpc-js/src/xds-client.ts +++ b/packages/grpc-js/src/xds-client.ts @@ -641,7 +641,7 @@ class LdsState implements XdsStreamState { } } } - throw new Error('Method not implemented.'); + return null; } reportStreamError(status: StatusObject): void {