Skip to content

Commit

Permalink
Token trace was wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
fredli74 committed Oct 14, 2024
1 parent 92b49d0 commit e4ea3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/tesla/tesla-agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 116,7 @@ export class TeslaAgent extends AbstractAgent {
});
job.serviceData.token = token as TeslaToken;
delete job.serviceData.invalid_token;
log(LogLevel.Trace, `Updated token for ${job.serviceID} to ${token}`);
log(LogLevel.Trace, `Updated token for ${job.serviceID} to ${token.access_token}`);
}

// Check token and refresh through server provider API
Expand Down

0 comments on commit e4ea3c2

Please sign in to comment.