Browse Source

remove comment

itizawa 5 năm trước cách đây
mục cha
commit
91e62cb7e6
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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);
 };