Skip to content

Commit

Permalink
chore: remove TODO comment about already solved issue
Browse files Browse the repository at this point in the history
  • Loading branch information
axe312ger committed Jun 29, 2023
1 parent cdede37 commit bc218a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/gatsby-source-contentful/src/source-nodes.ts
Expand Up @@ -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()
Expand Down

0 comments on commit bc218a2

Please sign in to comment.