Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Mar 25, 2021
2 parents 0f04dd7 + 11641c6 commit a1d4be2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bluelinky",
"version": "7.0.0",
"version": "7.0.1",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/controllers/american.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export class AmericanController extends SessionController<AmericanBlueLinkyConfi
'refresh_token': this.session.refreshToken,
},
headers: {
'User-Agent': 'PostmanRuntime/7.26.10',
'client_secret': this.environment.clientSecret,
'client_id': this.environment.clientId,
},
Expand Down

0 comments on commit a1d4be2

Please sign in to comment.