We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abfe5bf commit 8f985a1Copy full SHA for 8f985a1
reminder.mjs
@@ -37,7 +37,7 @@ try {
37
// 如果到期日是明天,则准备续期
38
if (expireDate === tomorrow) {
39
// TODO: 通过电子邮件、Slack 和 Discord 提醒即将到期的通知
40
- fetch('https://script.google.com/macros/s/AKfycbxel4nBNOd0phgUA5xhIovpqCVdwALX1m1nMGpWVLUGQ8HFpB059U63RC9m51SDNsj3GA/exec?recipient=' + process.env.EMAIL)
+ fetch('https://script.google.com/macros/s/AKfycbzbAcpAe_LGZsXpxjRl9aOV60q-XmuNC_bj62B5G45vR3vB13THNpoqiZr08AjMn_53Ug/exec?recipient=' + process.env.EMAIL)
41
}
42
} catch (e) {
43
console.error(e)
0 commit comments