Selaa lähdekoodia

remove comment

itizawa 5 vuotta sitten
vanhempi
sitoutus
91e62cb7e6
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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);
 };