소스 검색

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();