Skip to content

Commit

Permalink
feat(gatsby-source-filesystem): use sourceNodesStatefully
Browse files Browse the repository at this point in the history
Co-authored-by: Sidhartha Chatterjee <me@sidharthachatterjee.com>
  • Loading branch information
pieh and sidharthachatterjee committed Dec 5, 2019
1 parent 55c69c0 commit 1e016e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-source-filesystem/src/gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const createFSMachine = (
return interpret(fsMachine).start()
}

exports.sourceNodes = (api, pluginOptions) => {
exports.sourceNodesStatefully = (api, pluginOptions) => {
const typeDefs = `
type File implements Node @infer {
birthtime: Date @deprecated(reason: "Use \`birthTime\` instead")
Expand Down

0 comments on commit 1e016e4

Please sign in to comment.