mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-25 10:19:07 +01:00
fix
This commit is contained in:
parent
01dd0ba750
commit
087a00a4b9
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ function doPost(e) {
|
|||
|
||||
// デプロイされたことをMisskeyに通知する
|
||||
if (MI_API_TOKEN) {
|
||||
setTimeout(() => postToMisskey(params), 5000);
|
||||
postToMisskey(params);
|
||||
}
|
||||
|
||||
// 今回のSHAを保存
|
||||
|
|
Loading…
Reference in a new issue