From 061930276b05ada8d46de7611fcaf68338dbfaa4 Mon Sep 17 00:00:00 2001 From: remip <rpapin@grandlyon.com> Date: Thu, 15 Oct 2020 12:40:17 +0200 Subject: [PATCH] Fix MR --- manifest.webapp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.webapp b/manifest.webapp index 3dcfdd237..7393e11d0 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -24,8 +24,8 @@ "services": { "monthlyReport": { "type": "node", - "file": "services/monthlyReport/ecolyo.js", - "trigger": "@cron 0 0 3 * *" + "file": "services/monthlyReportNotification/ecolyo.js", + "trigger": "@cron 0 0 10 3 * *" } }, "permissions": { -- GitLab