mirror of https://github.com/grpc/grpc-node.git
Fix incorrect 'Method not implemented' error
This commit is contained in:
parent
ee52de4f98
commit
8580204a73
|
@ -641,7 +641,7 @@ class LdsState implements XdsStreamState<Listener__Output> {
|
|||
}
|
||||
}
|
||||
}
|
||||
throw new Error('Method not implemented.');
|
||||
return null;
|
||||
}
|
||||
|
||||
reportStreamError(status: StatusObject): void {
|
||||
|
|
Loading…
Reference in New Issue