Skip to content

Commit

Permalink
Removes double declaration of opts.dataStore from the RTMClient
Browse files Browse the repository at this point in the history
  • Loading branch information
l12s committed Mar 1, 2016
1 parent 570c420 commit 094d128
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/clients/rtm/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ var wsSocketFn = require('../transports/ws');
* @param {string} opts.logLevel The log level for the logger.
* @param {Function} opts.logger Function to use for log calls, takes (logLevel, logString)
* parameters.
* @param {SlackDataStore} opts.dataStore
* @constructor
*/
function RTMClient(token, opts) {
Expand Down

0 comments on commit 094d128

Please sign in to comment.