diff options
| author | syuilo⭐️ <Syuilotan@yahoo.co.jp> | 2017-02-17 10:25:23 +0900 |
|---|---|---|
| committer | syuilo⭐️ <Syuilotan@yahoo.co.jp> | 2017-02-17 10:25:23 +0900 |
| commit | 44456140937eb3d96ec64b00561cae7f994918d0 (patch) | |
| tree | 13545be28a355bb74f4500b01cd40a924fa47dc6 /src/api/service/github.ts | |
| parent | Merge branch 'master' of https://github.com/syuilo/misskey (diff) | |
| download | sharkey-44456140937eb3d96ec64b00561cae7f994918d0.tar.gz sharkey-44456140937eb3d96ec64b00561cae7f994918d0.tar.bz2 sharkey-44456140937eb3d96ec64b00561cae7f994918d0.zip | |
[Server] Fix bug
Diffstat (limited to 'src/api/service/github.ts')
| -rw-r--r-- | src/api/service/github.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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}`); }); |