From 44456140937eb3d96ec64b00561cae7f994918d0 Mon Sep 17 00:00:00 2001 From: syuilo⭐️ Date: Fri, 17 Feb 2017 10:25:23 +0900 Subject: [Server] Fix bug --- src/api/service/github.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/api/service/github.ts') diff --git a/src/api/service/github.ts b/src/api/service/github.ts index 13ceb87bf2..692c50ddfa 100644 --- a/src/api/service/github.ts +++ b/src/api/service/github.ts @@ -62,7 +62,7 @@ module.exports = async (app: express.Application) => { post(text); }); - handler.on('started', event => { + handler.on('watch', event => { const sender = event.sender; post(`⭐️Started by ${sender.login}`); }); -- cgit v1.2.3-freya