From 094d1281b121510e956a30624be239e76680f274 Mon Sep 17 00:00:00 2001 From: l12s Date: Tue, 1 Mar 2016 00:22:19 -0800 Subject: [PATCH] Removes double declaration of `opts.dataStore` from the RTMClient --- lib/clients/rtm/client.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/clients/rtm/client.js b/lib/clients/rtm/client.js index 86453330e..bb3fda0f1 100644 --- a/lib/clients/rtm/client.js +++ b/lib/clients/rtm/client.js @@ -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) {