We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f3f4ad commit 5d2cde9Copy full SHA for 5d2cde9
lib/client.js
@@ -36,7 +36,7 @@ class Client {
36
const headers = key ? { Authorization: `Bearer ${key}` } : {}
37
38
return new Promise((resolve, reject) => {
39
- this.instance.post(endpoint, filteredData, { headers: headers})
+ this.instance.post(endpoint, filteredData, { headers: headers })
40
.then(response => resolve(response.data))
41
.catch(error => {
42
reject({
0 commit comments