diff --git a/packages/gatsby-source-contentful/src/gatsby-node.js b/packages/gatsby-source-contentful/src/gatsby-node.js index 73e2780731379..5deed0b8d5f32 100644 --- a/packages/gatsby-source-contentful/src/gatsby-node.js +++ b/packages/gatsby-source-contentful/src/gatsby-node.js @@ -30,13 +30,12 @@ exports.setFieldsOnGraphQLNodeType = require(`./extend-node-type`).extendNodeTyp */ exports.sourceNodes = async ( - { boundActionCreators, getNodes, hasNodeChanged, store }, + { boundActionCreators, getNode, getNodes, hasNodeChanged, store }, { spaceId, accessToken, host } ) => { const { createNode, deleteNode, - getNode, touchNode, setPluginStatus, } = boundActionCreators