Skip to content

Commit

Permalink
Fix config update
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKohler committed Aug 26, 2023
1 parent 9cf85a5 commit 63cdd2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netatmo.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class Netatmo {
console.error('Failed to refresh token.');
this.config.token = '';
this.config.refresh_token = '';
await updateConfig();
await this.updateConfig();
return;
}

Expand Down

0 comments on commit 63cdd2b

Please sign in to comment.