diff --git a/src/index.js b/src/index.js index 3e40bc4..011166d 100644 --- a/src/index.js +++ b/src/index.js @@ -3,7 +3,7 @@ * * Entry point for the Fylgja application. * This module initializes the Slack bot server using configuration from fylgja.yml. - * It handles startup errors and provides logging. + * It handles startup errors and provides logging */ const app = require('./app'); const logger = require('./utils/logger');