From bc218a23ea2255cf5d6a978dfb71c7ca8edc5b44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benedikt=20R=C3=B6tsch?= Date: Thu, 29 Jun 2023 16:41:21 +0200 Subject: [PATCH] chore: remove TODO comment about already solved issue --- packages/gatsby-source-contentful/src/source-nodes.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/gatsby-source-contentful/src/source-nodes.ts b/packages/gatsby-source-contentful/src/source-nodes.ts index f5e96ede85017..dd7c75d371235 100644 --- a/packages/gatsby-source-contentful/src/source-nodes.ts +++ b/packages/gatsby-source-contentful/src/source-nodes.ts @@ -342,7 +342,6 @@ export const sourceNodes: GatsbyNode["sourceNodes"] = } } - // TODO: mirror structure of Contentful GraphQL API, as it prevents field name overlaps const reverseReferenceFields = contentTypeItems.map(contentTypeItem => useNameForId ? contentTypeItem?.name.toLowerCase()