Skip to content

Commit

Permalink
fix: removed unnecessary space
Browse files Browse the repository at this point in the history
  • Loading branch information
Cayla Hamann committed Jul 9, 2020
1 parent bdbd9a9 commit 6fa13dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ exports.createPages = async ({ actions, graphql, reporter }) => {

exports.onCreateNode = ({ node, actions }) => {
// if we don't have a relative path, attempt to get one

if (node.context && !node.context.fileRelativePath) {
const { createPage } = actions;
const { path, component } = node;
Expand Down

0 comments on commit 6fa13dd

Please sign in to comment.