mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 13:56:15 +00:00
fix(client): fix unknown var
This commit is contained in:
@@ -38,7 +38,7 @@ class HelperClient extends EventEmitter {
|
||||
}
|
||||
});
|
||||
|
||||
tvSdb.on('connect', () => {
|
||||
this.client.on('connect', () => {
|
||||
if (this.reconnectionInterval) {
|
||||
clearInterval(this.reconnectionInterval);
|
||||
this.reconnectionInterval = null;
|
||||
|
||||
Reference in New Issue
Block a user