kaori 4 лет назад
Родитель
Сommit
80fbd32464

+ 0 - 2
src/client/js/components/Admin/SlackIntegration/CustomBotWithProxySettings.jsx

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

+ 0 - 1
src/client/js/components/Admin/SlackIntegration/OfficialBotSettings.jsx

@@ -33,7 +33,6 @@ const OfficialBotSettings = (props) => {
       if (fetchSlackIntegrationData == null) {
       if (fetchSlackIntegrationData == null) {
         return;
         return;
       }
       }
-      console.log('hige');
       fetchSlackIntegrationData();
       fetchSlackIntegrationData();
     }
     }
     catch (err) {
     catch (err) {