itizawa 4 лет назад
Родитель
Сommit
ffbea727d4
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      packages/slackbot-proxy/src/services/UnregisterService.ts

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

@@ -41,6 +41,7 @@ export class UnregisterService implements GrowiCommandProcessor {
     });
     });
   }
   }
 
 
+  // eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
   async unregister(relationRepository:RelationRepository, installation:Installation | undefined, authorizeResult: AuthorizeResult, payload: any):Promise<void> {
   async unregister(relationRepository:RelationRepository, installation:Installation | undefined, authorizeResult: AuthorizeResult, payload: any):Promise<void> {
     const { botToken } = authorizeResult;
     const { botToken } = authorizeResult;
     const { channel, growiUrls } = JSON.parse(payload.view.private_metadata);
     const { channel, growiUrls } = JSON.parse(payload.view.private_metadata);