Explorar el Código

removed old code

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

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

@@ -63,12 +63,6 @@ export class RegisterService implements GrowiCommandProcessor {
     };
 
     if (isUrl(growiUrl) == null) {
-      return {
-        response_action: 'errors',
-        errors: {
-          growiUrl: 'Please enter a valid URL',
-        },
-      };
       await client.chat.postEphemeral({
         channel,
         user: payload.user.id,