diff --git a/services/gunDB/contact-api/utils/index.js b/services/gunDB/contact-api/utils/index.js index 4c1be37c..f35964ce 100644 --- a/services/gunDB/contact-api/utils/index.js +++ b/services/gunDB/contact-api/utils/index.js @@ -98,7 +98,7 @@ const tryAndWait = async (promGen, shouldRetry = () => false) => { if (shouldRetry(resolvedValue)) { logger.info( 'force retrying' + - ` args: ${promGen.toString()} -- ${shouldRetry.toString()}` + ` args: ${promGen.toString()} -- ${shouldRetry.toString()} \n resolvedValue: ${resolvedValue}, type: ${typeof resolvedValue}` ) } else { return resolvedValue @@ -129,7 +129,7 @@ const tryAndWait = async (promGen, shouldRetry = () => false) => { if (shouldRetry(resolvedValue)) { logger.info( 'force retrying' + - ` args: ${promGen.toString()} -- ${shouldRetry.toString()}` + ` args: ${promGen.toString()} -- ${shouldRetry.toString()} \n resolvedValue: ${resolvedValue}, type: ${typeof resolvedValue}` ) } else { return resolvedValue