Explorar el Código

add a todo task

kaori hace 5 años
padre
commit
d2b34e556c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      packages/slackbot-proxy/src/services/RegisterService.ts

+ 1 - 0
packages/slackbot-proxy/src/services/RegisterService.ts

@@ -56,6 +56,7 @@ export class RegisterService implements GrowiCommandProcessor {
 
   // eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
   async showProxyURL(authorizeResult: AuthorizeResult, payload: any): Promise<void> {
+    // TODO: implement for when proxy URL is undefined by GW-5834
     let proxyURL;
     if (process.env.PROXY_URL != null) {
       proxyURL = process.env.PROXY_URL;