From 7901f1af54d50b004cd95a39bd6213691533b3bc Mon Sep 17 00:00:00 2001 From: steveredden Date: Thu, 30 Sep 2021 16:37:55 -0500 Subject: [PATCH] remove bad dollar sign --- lib/iCloudSound.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/iCloudSound.js b/lib/iCloudSound.js index 0843fca..adf6698 100644 --- a/lib/iCloudSound.js +++ b/lib/iCloudSound.js @@ -41,7 +41,7 @@ class iCloudSound { this.deviceService.getCharacteristic(this.Characteristic.On) .onSet(async (state) => { try{ - this.log("Triggering 'Find My " + $this.deviceName + "'"); + this.log("Triggering 'Find My " + this.deviceName + "'"); this.debugLog(`Calling 'findiPhone(${this.config.username}, *redacted*, ${this.deviceName})`); findiPhone(this.config.username, this.config.password, this.deviceName); } catch(error) {