|
|
@@ -43,7 +43,6 @@ const CustomBotWithProxySettings = (props) => {
|
|
|
|
|
|
const discardTokenHandler = async(tokenGtoP, tokenPtoG) => {
|
|
|
try {
|
|
|
- // GW-6068 set new value after this
|
|
|
await appContainer.apiv3.delete('/slack-integration-settings/slack-app-integration', { tokenGtoP, tokenPtoG });
|
|
|
}
|
|
|
catch (err) {
|
|
|
@@ -54,7 +53,6 @@ const CustomBotWithProxySettings = (props) => {
|
|
|
|
|
|
const generateTokenHandler = async() => {
|
|
|
try {
|
|
|
- // GW-6068 set new value after this
|
|
|
await appContainer.apiv3.put('/slack-integration-settings/slack-app-integrations');
|
|
|
}
|
|
|
catch (err) {
|