aboutsummaryrefslogtreecommitdiffstats
path: root/src/services/graphql/topics.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/services/graphql/topics.ts')
-rw-r--r--src/services/graphql/topics.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/services/graphql/topics.ts b/src/services/graphql/topics.ts
index 3c92442..277580f 100644
--- a/src/services/graphql/topics.ts
+++ b/src/services/graphql/topics.ts
@@ -119,7 +119,6 @@ export const getTopicFromRawData = (data: RawTopic): Topic => {
: undefined,
dates: { publication: date, update: modified },
website: acfTopics.officialWebsite,
- readingTime: info.readingTime,
seo: {
description: seo?.metaDesc || '',
title: seo?.title || '',