Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1154 from Naktibalda/websocket-update
Browse files Browse the repository at this point in the history
Upgrade ws library
  • Loading branch information
Ben Brown authored Jan 10, 2018
2 parents 5b06041 + 88838d4 commit 6fe3860
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Slackbot_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ module.exports = function(botkit, config) {
pingTimeoutId = setTimeout(pinger, 5000);

botkit.trigger('rtm_open', [bot]);
bot.rtm.on('message', function(data, flags) {
bot.rtm.on('message', function(data) {

var message = null;
try {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"twilio": "^2.11.1",
"vorpal": "^1.12.0",
"ware": "^1.3.0",
"ws": "^2.2.2"
"ws": "^3.3.2"
},
"devDependencies": {
"jest-cli": "^20.0.1",
Expand Down

0 comments on commit 6fe3860

Please sign in to comment.