Skip to content
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.

Commit

Permalink
fix: Shorthand fix (see build 17)
Browse files Browse the repository at this point in the history
  • Loading branch information
svrooij authored Jan 1, 2018
1 parent c247fa3 commit 8a9f4c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bridge.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function start () {
qos: 0,
retain: true
},
rejectUnauthorized = !config.insecure
rejectUnauthorized: !config.insecure
}

mqttClient = mqtt.connect(config.mqtt, mqttOptions)
Expand Down

0 comments on commit 8a9f4c2

Please sign in to comment.