Skip to content

Commit 33b4806

Browse files
committed
[RELEASE] 0.2.3
1 parent a043f92 commit 33b4806

File tree

4 files changed

+618
-946
lines changed

4 files changed

+618
-946
lines changed

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 0.2.3 (2018-10-17)
6+
57
### Added
68

79
- `forms.getForm()` function

lib/one-blink-api.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ module.exports = class OneBlinkAPI {
4545
const jwtExpiry = 300
4646

4747
return this.oneBlinkAPI.get(path, {
48-
headers: {'Authorization': `Bearer ${generateJWT(this.accessKey, this.secretKey, jwtExpiry)}`}
48+
headers: {
49+
'Authorization': `Bearer ${generateJWT(this.accessKey, this.secretKey, jwtExpiry)}`
50+
}
4951
})
5052
.then((response) => response.data)
5153
.catch((error) => {

0 commit comments

Comments
 (0)