Skip to content

Commit 5d2cde9

Browse files
committed
Fixed space
1 parent 1f3f4ad commit 5d2cde9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class Client {
3636
const headers = key ? { Authorization: `Bearer ${key}` } : {}
3737

3838
return new Promise((resolve, reject) => {
39-
this.instance.post(endpoint, filteredData, { headers: headers})
39+
this.instance.post(endpoint, filteredData, { headers: headers })
4040
.then(response => resolve(response.data))
4141
.catch(error => {
4242
reject({

0 commit comments

Comments
 (0)