From d0e0d420a7c6c3e99c70685b7462ea030ffdf0d1 Mon Sep 17 00:00:00 2001 From: Hugo SUBTIL <ext.sopra.husubtil@grandlyon.com> Date: Thu, 6 Oct 2022 18:13:02 +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 3770d28..1814a6d 100644 --- a/index.js +++ b/index.js @@ -228481,6 +228481,7 @@ async function findUserPdl( return parseUserPdl(parsedReply) } catch (error) { log('error', 'Error while parsing user PDL: ' + error) + log('error', JSON.stringify(parsedReply)) if (parsedReply.Envelope.Body.Fault) { log( 'error', -- GitLab