From 84311e4fa2e7a67764a91d116c77a96a1fbfc0be Mon Sep 17 00:00:00 2001 From: "gao.zhiyuan" Date: Mon, 31 Oct 2022 15:48:57 +0800 Subject: [PATCH] =?UTF-8?q?=E9=82=AE=E4=BB=B6=E5=91=8A=E8=AD=A6=E6=8E=A8?= =?UTF-8?q?=E9=80=81=2088%?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/app/lib/schedule/alarms_push.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/app/lib/schedule/alarms_push.js b/api/app/lib/schedule/alarms_push.js index 23fc322..71f02e0 100644 --- a/api/app/lib/schedule/alarms_push.js +++ b/api/app/lib/schedule/alarms_push.js @@ -5,7 +5,7 @@ module.exports = function (app, opts) { { interval: '12 */1 * * * *', immediate: true, // dev - // proRun: true, + proRun: true, }, async () => { try {