mqttjs / async-mqtt

Promise wrapper over MQTT.js
MIT License
271 stars 49 forks source link

[fix] index.js Duplicate method declaration #8

Closed Tomotoes closed 6 years ago

Tomotoes commented 6 years ago

Duplicate method declaration:unsubscribe

RangerMauve commented 6 years ago

Thanks for the PR! Has this manifested in any bugs?

Tomotoes commented 6 years ago

Nothing wrong 😃

RangerMauve commented 6 years ago

Awesome, then I'll include it in the next release since it won't affect functionality. :O

Thanks again!