summaryrefslogtreecommitdiff
path: root/src/api/service/github.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/service/github.ts')
-rw-r--r--src/api/service/github.ts2
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}`);
});