Skip to content

Commit

Permalink
Merge pull request #155 from KnisterPeter/remove-invalid-char
Browse files Browse the repository at this point in the history
fix: remove invalid character
  • Loading branch information
peter-murray authored Dec 30, 2019
2 parents 979fdc0 + eddf6c4 commit d45f101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api/HueApiConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ module.exports = class HueApiConfig {
* Gets the expiry timestamp of the access token.
* @returns {number} The timestamp for the expiry or -1 if not known
*/
get accessTokenExpiry() {v
get accessTokenExpiry() {
this._requireRemote();
return this._remoteApi.accessTokenExpiry;
}
Expand Down

0 comments on commit d45f101

Please sign in to comment.