From e923c392f8fbba8c6ec33d79906f937034f2f911 Mon Sep 17 00:00:00 2001 From: Bastien Dumont <bdumont@grandlyon.com> Date: Fri, 29 Mar 2024 10:02:04 +0100 Subject: [PATCH] publish: chore: fix standalone generated from commit 09c6ef54ffa15bebfccbcdc03e7f6f999eac99cb --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index d9dc9e8..d4a8280 100644 --- a/index.js +++ b/index.js @@ -218,6 +218,8 @@ async function start(fields, cozyParameters) { boBaseUrl = fields.boBaseUrl } const boUrlGRDF = new URL('/api/grdf', boBaseUrl).href + log('debug', `BOURLGRDF`) + log('debug', boUrlGRDF) try { const { access_token } = await getAuthToken(grdfId, grdfSecret) -- GitLab