fix(client): fix unknown var

This commit is contained in:
GramingFoxTeam
2023-07-27 15:58:21 +03:00
parent 8dee8d78ea
commit 860589f1bd

View File

@@ -38,7 +38,7 @@ class HelperClient extends EventEmitter {
}
});
tvSdb.on('connect', () => {
this.client.on('connect', () => {
if (this.reconnectionInterval) {
clearInterval(this.reconnectionInterval);
this.reconnectionInterval = null;