Skip to content

Commit 8f985a1

Browse files
authored
Update reminder.mjs
1 parent abfe5bf commit 8f985a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reminder.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ try {
3737
// 如果到期日是明天,则准备续期
3838
if (expireDate === tomorrow) {
3939
// TODO: 通过电子邮件、Slack 和 Discord 提醒即将到期的通知
40-
fetch('https://script.google.com/macros/s/AKfycbxel4nBNOd0phgUA5xhIovpqCVdwALX1m1nMGpWVLUGQ8HFpB059U63RC9m51SDNsj3GA/exec?recipient=' + process.env.EMAIL)
40+
fetch('https://script.google.com/macros/s/AKfycbzbAcpAe_LGZsXpxjRl9aOV60q-XmuNC_bj62B5G45vR3vB13THNpoqiZr08AjMn_53Ug/exec?recipient=' + process.env.EMAIL)
4141
}
4242
} catch (e) {
4343
console.error(e)

0 commit comments

Comments
 (0)