@@ -62,7 +62,6 @@ module.exports = (crowi) => {
return hasher.digest('base64');
}
-
/**
* @swagger
*
@@ -101,7 +101,6 @@ class BoltService {
ack, view, body, client,
}) => {
await ack();
- this.accessTokenParserForSlackBot(body);
await this.createPageInGrowi(view, body);
});