husq
2023-09-19 d185d363561ab3622ff09f83bc5f14d38498f385
src/mqtt/index.ts
@@ -34,7 +34,6 @@
      ...OPTIONS,
      ...this._options,
    })
    console.log(this._client, 'client')
    this._hasInit = true
    if (this._client) {
      this._client.on('reconnect', this._onReconnect)