mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-23 01:13:48 +01:00
Fix url
This commit is contained in:
parent
d017e24663
commit
77f238583c
@ -35,7 +35,7 @@ module.exports = async (app: express.Application) => {
|
||||
case 'closed': title = 'Issueが閉じられました'; break;
|
||||
case 'reopened': title = 'Issueが開きました'; break;
|
||||
}
|
||||
const text = `${title}: ${event.payload.issue.number}「${event.payload.issue.title}」\n${event.payload.issue.url}`;
|
||||
const text = `${title}: ${event.payload.issue.number}「${event.payload.issue.title}」\n${event.payload.issue.html_url}`;
|
||||
post(text);
|
||||
});
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user