Skip to content

Commit

Permalink
Remove unnecessary declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
alexluong committed May 27, 2018
1 parent 61e9bc3 commit e3bd700
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/gatsby-transformer-remark/src/extend-node-type.js
Original file line number Diff line number Diff line change
Expand Up @@ -361,12 +361,6 @@ module.exports = (
})
},
},
rawMarkdownBody: {
type: GraphQLString,
resolve(markdownNode) {
return markdownNode.rawMarkdownBody
},
},
headings: {
type: new GraphQLList(HeadingType),
args: {
Expand Down

0 comments on commit e3bd700

Please sign in to comment.