reduce unnecessary logs

This commit is contained in:
Hongbo Wu
2023-10-09 17:26:03 +08:00
parent 78490e15f1
commit f4f38e4b31

View File

@ -401,7 +401,7 @@ const getJSONLdLinkMetadata = async (
return result
} catch (error) {
logger.error(`Unable to get JSONLD link of the article`, error)
logger.error('Unable to get JSONLD link of the article')
return result
}
}