瀏覽代碼

add comment

zahmis 5 年之前
父節點
當前提交
1fc5e61e1a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/client/js/components/Admin/SlackIntegration/CustomBotWithProxySettings.jsx

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

@@ -32,7 +32,7 @@ const CustomBotWithProxySettings = (props) => {
 
   const deleteSlackSettingsHandler = async() => {
     try {
-      // TODO imple delete PtoG and GtoP accessToken
+      // TODO imple delete PtoG and GtoP Token at GW 5861
       await appContainer.apiv3.put('/slack-integration-settings/custom-bot-with-proxy', {
       });
       deleteAccordionHandler();