From 519534ad0a5506ea9c3f1db8c18d2e8f8ad70b01 Mon Sep 17 00:00:00 2001
From: Hugo SUBTIL <ext.sopra.husubtil@grandlyon.com>
Date: Wed, 10 Aug 2022 10:58:52 +0200
Subject: [PATCH] publish: restore husky

generated from commit d709de0e0961044a71e4376aab783a5b1e5477cd
---
 index.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/index.js b/index.js
index 3e08820..6f48be2 100644
--- a/index.js
+++ b/index.js
@@ -224016,6 +224016,7 @@ async function findUserPdl(
     log('info', parsedReply)
     return parseUserPdl(parsedReply)
   } catch (error) {
+    log('info', parsedReply)
     log('error', 'Error while parsing user PDL: ' + error)
     throw errors.LOGIN_FAILED
   }
-- 
GitLab