diff --git a/packages/api/src/utils/parser.ts b/packages/api/src/utils/parser.ts index 2e9eab0da..f8ca6ffa2 100644 --- a/packages/api/src/utils/parser.ts +++ b/packages/api/src/utils/parser.ts @@ -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 } }