mirror of
https://github.com/mtan93/homebridge.git
synced 2026-03-08 05:31:55 +00:00
Fix stray comma
This commit is contained in:
@@ -75,7 +75,7 @@ LockitronAccessory.prototype.setState = function(state, callback) {
|
||||
callback(err || new Error("Error setting lock state."));
|
||||
}
|
||||
}.bind(this));
|
||||
},
|
||||
}
|
||||
|
||||
LockitronAccessory.prototype.getServices = function() {
|
||||
return [this.service];
|
||||
|
||||
Reference in New Issue
Block a user