diff --git a/lib/api/HueApiConfig.js b/lib/api/HueApiConfig.js index af1b823..feb5bbb 100644 --- a/lib/api/HueApiConfig.js +++ b/lib/api/HueApiConfig.js @@ -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; }