aboutsummaryrefslogtreecommitdiffstats
path: root/src/services/graphql/thematics.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/services/graphql/thematics.ts')
-rw-r--r--src/services/graphql/thematics.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/services/graphql/thematics.ts b/src/services/graphql/thematics.ts
index e526db8..fd9d9f5 100644
--- a/src/services/graphql/thematics.ts
+++ b/src/services/graphql/thematics.ts
@@ -117,7 +117,6 @@ export const getThematicFromRawData = (data: RawThematic): Thematic => {
? getImageFromRawData(featuredImage.node)
: undefined,
dates: { publication: date, update: modified },
- readingTime: info.readingTime,
seo: {
description: seo?.metaDesc || '',
title: seo?.title || '',