Procházet zdrojové kódy

revert console log

Steven Fukase před 5 roky
rodič
revize
8b852eea3e

+ 2 - 2
src/server/routes/apiv3/slack-integration-settings.js

@@ -170,9 +170,9 @@ module.exports = (crowi) => {
       }
     }
     else {
-      // const proxyServerUri = settings.proxyServerUri;
+      const proxyServerUri = settings.proxyServerUri;
 
-      // if (proxyServerUri != null) {
+      if (proxyServerUri != null) {
       try {
         const slackAppIntegrations = await SlackAppIntegration.find();
         settings.slackAppIntegrations = slackAppIntegrations;