Skip to content

Commit

Permalink
Fixing createNode doesn't exists
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienfi authored Jul 26, 2017
1 parent 98710c6 commit 03aa3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-source-wordpress/src/gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ exports.sourceNodes = async (
console.log(``)

for (let route of validRoutes) {
await fetchData(route, auth, createNode)
await fetchData(route, createNode)
console.log(``)
}

Expand Down

0 comments on commit 03aa3a4

Please sign in to comment.