mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-28 13:34:24 +00:00
removed trailing whitespace
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ class MQTT {
|
||||
logger.debug(`Using MQTT client ID: '${mqttSettings.client_id}'`);
|
||||
options.clientId = mqttSettings.client_id;
|
||||
}
|
||||
|
||||
|
||||
if (mqttSettings.selfsigned) {
|
||||
logger.debug(`Using Self Signed Cert. Ignoring warnings.`);
|
||||
options.rejectUnauthorized = false;
|
||||
|
||||
Reference in New Issue
Block a user