Skip to content

Commit

Permalink
change implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
tnovas committed Oct 24, 2017
1 parent 23441d0 commit b05a41f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@ class StreamLabs extends OAuth2 {
}

[getStreamLabs](url, params) {
return this.axiosStreamLabs.axios({
return this.axiosStreamLabs({
method: 'GET',
url: url,
params: params
});
}

[postStreamLabs](url, data) {
return this.axiosStreamLabs.axios({
return this.axiosStreamLabs({
method: 'POST',
url: url,
data: data
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/tnovas/streamlabs"
},
"email": "[email protected]",
"version": "1.3.3",
"version": "1.3.4",
"description": "This module is a implementation of Streamlabs API https://streamlabs.com/",
"main": "app.js",
"scripts": {
Expand Down

0 comments on commit b05a41f

Please sign in to comment.