Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
axe312ger authored Jul 28, 2021
1 parent 616f508 commit 6f85503
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/gatsby-source-contentful/src/generate-schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ const getLinkFieldType = (linkType, field, schema, createTypes) => {
const linkContentTypeValidation = validations.find(
({ linkContentType }) => !!linkContentType
)
// { validations: [ { linkContentType: [Array] } ] }
if (linkContentTypeValidation) {
const { linkContentType } = linkContentTypeValidation
const contentTypes = Array.isArray(linkContentType)
Expand Down

0 comments on commit 6f85503

Please sign in to comment.