From bf71a13cdb79a13856ca3101f40117915aa0c0af Mon Sep 17 00:00:00 2001 From: Hugo SUBTIL <ext.sopra.husubtil@grandlyon.com> Date: Thu, 6 Oct 2022 17:40:52 +0200 Subject: [PATCH] publish: Merge branch 'feat/US858-Save-expiration-date' into 'main' generated from commit 14be798c25994591f31b054bcc2f003841adea7d --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 2b3b6e1..3770d28 100644 --- a/index.js +++ b/index.js @@ -224,6 +224,7 @@ async function start(fields, cozyParameters) { log('info', 'Successfully logged in') await gatherData(baseUrl, apiAuthKey, sgeLogin, pointId) + log('info', 'Konnector success') } /** -- GitLab