mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
[Server] Fix bug
This commit is contained in:
parent
8efb7b1a14
commit
f13164d460
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ module.exports = async (app: express.Application) => {
|
|||
case 'opened': title = 'Issueが立ちました'; break;
|
||||
case 'closed': title = 'Issueが閉じられました'; break;
|
||||
case 'reopened': title = 'Issueが開きました'; break;
|
||||
default: return;
|
||||
}
|
||||
const text = `${title}: ${event.payload.issue.number}「${event.payload.issue.title}」\n${event.payload.issue.html_url}`;
|
||||
post(text);
|
||||
|
|
Loading…
Add table
Reference in a new issue