diff --git a/api/controllers/GithubController.js b/api/controllers/GithubController.js index 15f83d3..7c8e3a6 100644 --- a/api/controllers/GithubController.js +++ b/api/controllers/GithubController.js @@ -5,6 +5,8 @@ * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause */ +// Hello from auto-fix + module.exports = { async processEvent(req, res) { await sails.config.ghEvents.emitFromReq(req);