Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hypermkt committed Jan 31, 2018
1 parent 15f7352 commit 9807424
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/takosan.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Takosan {

privmsg() {
let client = axios.create({
baseUrl: this.url
baseURL: this.url
});

client.post('/privmsg', {
Expand All @@ -28,4 +28,5 @@ class Takosan {
}
}

export default Takosan;
export default Takosan;

2 changes: 1 addition & 1 deletion takosan.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Takosan {

privmsg() {
let client = _axios2.default.create({
baseUrl: this.url
baseURL: this.url
});

client.post('/privmsg', {
Expand Down

0 comments on commit 9807424

Please sign in to comment.