瀏覽代碼

remove comment

itizawa 5 年之前
父節點
當前提交
91e62cb7e6
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      packages/slack/src/utils/check-communicable.ts

+ 0 - 1
packages/slack/src/utils/check-communicable.ts

@@ -96,6 +96,5 @@ export const getConnectionStatuses = async(tokens: string[]): Promise<{[key: str
  */
 export const relationTestToSlack = async(token:string): Promise<void> => {
   const client = generateWebClient(token);
-  // TODO GW-6002 fire chat.postMessage
   await testSlackApiServer(client);
 };