Skip to content

Commit e3bd700

Browse files
author
alexluong
committed
Remove unnecessary declaration
1 parent 61e9bc3 commit e3bd700

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/gatsby-transformer-remark/src/extend-node-type.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -361,12 +361,6 @@ module.exports = (
361361
})
362362
},
363363
},
364-
rawMarkdownBody: {
365-
type: GraphQLString,
366-
resolve(markdownNode) {
367-
return markdownNode.rawMarkdownBody
368-
},
369-
},
370364
headings: {
371365
type: new GraphQLList(HeadingType),
372366
args: {

0 commit comments

Comments
 (0)