Skip to content

Commit

Permalink
remove bad dollar sign
Browse files Browse the repository at this point in the history
  • Loading branch information
steveredden committed Sep 30, 2021
1 parent a20a85c commit 7901f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/iCloudSound.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 7901f1a

Please sign in to comment.