summaryrefslogtreecommitdiffstats
path: root/webapp/client/client.jsx
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-05-12 11:30:53 -0400
committerChristopher Speller <crspeller@gmail.com>2016-05-12 11:30:53 -0400
commitd9f724f959e86e417e274f50b249b39acaf81a79 (patch)
tree3df4b94f1d326c2286496989bfa6b0ec5c4fd322 /webapp/client/client.jsx
parent82e6cf785c13443f3496941c3ef884506420c735 (diff)
downloadchat-d9f724f959e86e417e274f50b249b39acaf81a79.tar.gz
chat-d9f724f959e86e417e274f50b249b39acaf81a79.tar.bz2
chat-d9f724f959e86e417e274f50b249b39acaf81a79.zip
PLT-2927/PLT-2924 Fixing issues with integration lists (#2974)
* Changed IntegrationStore to store integrations by team * Fixed regenerating a command's token not causing the UI to update * Re-added IntegrationStore.hasReceived methods
Diffstat (limited to 'webapp/client/client.jsx')
-rw-r--r--webapp/client/client.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/client/client.jsx b/webapp/client/client.jsx
index 12cf21f5c..3ee7b1de9 100644
--- a/webapp/client/client.jsx
+++ b/webapp/client/client.jsx
@@ -1203,7 +1203,7 @@ export default class Client {
end(this.handleResponse.bind(this, 'listTeamCommands', success, error));
}
- regenCommandToken = (commandId, suggest, success, error) => {
+ regenCommandToken = (commandId, success, error) => {
request.
post(`${this.getCommandsRoute()}/regen_token`).
set(this.defaultHeaders).