Fix lint error.

This commit is contained in:
Koen Kanters
2019-06-09 23:46:19 +02:00
parent 852950fc09
commit fb12d15d9d
+1 -1
View File
@@ -51,7 +51,7 @@ class NetworkMap {
const friendlyName = friendlyDevice ? friendlyDevice.friendly_name : device.ieeeAddr;
// Add friendly name
labels.push(friendlyName+":"+device.nwkAddr);
labels.push(`${friendlyName}:${device.nwkAddr}`);
// Add the device type
const deviceType = utils.correctDeviceType(device);