Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
Remove unnecessary lines in Boschindego class
Browse files Browse the repository at this point in the history
constructor
  • Loading branch information
[email protected] authored and [email protected] committed Nov 9, 2023
1 parent 720272c commit 9e89b0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ class Boschindego extends utils.Adapter {
this.log.debug('Connecting with saved token');
const res = await this.getStateAsync('config.resource');
const resource = (res && res.val != null) ? res.val : '';
credentials.context_id = String(contextId);
credentials.access_token = String(access_token);
credentials.valid_until = valid_until;
credentials.refresh_token = String(refresh_token);
Expand Down

0 comments on commit 9e89b0b

Please sign in to comment.