Skip to content

Commit

Permalink
fix(gatsby-transformer-remark): ensure getNodesByType() is passed t…
Browse files Browse the repository at this point in the history
…hrough (#28218)
  • Loading branch information
hassankhan authored Nov 23, 2020
1 parent b346804 commit 7867897
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/gatsby-transformer-remark/src/extend-node-type.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ module.exports = function remarkExtendNodeType(
markdownAST,
markdownNode,
getNode,
getNodesByType,
files: fileNodes,
basePath,
reporter,
Expand Down

0 comments on commit 7867897

Please sign in to comment.