Skip to content

Commit

Permalink
fix: remove invalid character
Browse files Browse the repository at this point in the history
  • Loading branch information
KnisterPeter committed Dec 30, 2019
1 parent 5561eaa commit eddf6c4
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 eddf6c4

Please sign in to comment.