mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
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…
x
Reference in New Issue
Block a user