From d9f724f959e86e417e274f50b249b39acaf81a79 Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Thu, 12 May 2016 11:30:53 -0400 Subject: 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 --- webapp/client/client.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp/client') 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). -- cgit v1.2.3-1-g7c22