diff --git a/services/gunDB/contact-api/utils/index.js b/services/gunDB/contact-api/utils/index.js index d1fd34f9..fb6963bf 100644 --- a/services/gunDB/contact-api/utils/index.js +++ b/services/gunDB/contact-api/utils/index.js @@ -196,6 +196,7 @@ const pubToEpub = async pub => { return epub } catch (err) { + logger.error(`Error inside pubToEpub:`) logger.error(err) throw new Error(`pubToEpub() -> ${err.message}`) }