mirror of https://github.com/grpc/grpc-node.git
Fix type issue by setting the attribute separately
Co-authored-by: ws-gregm <55088361+ws-gregm@users.noreply.github.com>
This commit is contained in:
parent
621f401e34
commit
588b69c12c
|
@ -684,7 +684,8 @@ class LrsCallState {
|
|||
|
||||
destroy() {
|
||||
if (this.statsTimer) {
|
||||
this.statsTimer = clearInterval(this.statsTimer);
|
||||
clearInterval(this.statsTimer);
|
||||
this.statsTimer = null;
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue