Skip to content

Commit b0f605c

Browse files
committed
Fix lib
1 parent 051e7fe commit b0f605c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ module.exports = {
104104
this.eventHandler = null;
105105
}
106106

107-
Mqtt.remove(client.clientRef);
107+
Mqtt.removeClient(client.clientRef);
108108
}
109109

110110
};

0 commit comments

Comments
 (0)