Skip to content

Commit

Permalink
fix: merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
notrab committed Jan 11, 2022
1 parent e519f8f commit 9206d92
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gatsby-source-graphcms/src/gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -293,16 +293,13 @@ export async function createSchemaCustomization(gatsbyApi, pluginOptions) {
type ${typePrefix}RichText {
markdownNode: ${typePrefix}MarkdownNode @link
}
<<<<<<< HEAD
${richTextTypes.map(
(typeName) => `
type ${typePrefix}${typeName}RichText implements Node {
markdownNode: ${typePrefix}MarkdownNode @link
}
`
)}
=======
>>>>>>> c28aac7 (feat: add support for Gatsby v4 (#206))
`)
}

Expand Down

0 comments on commit 9206d92

Please sign in to comment.