Skip to content

Commit

Permalink
this can be shorter, doh!
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh committed Jul 18, 2018
1 parent 16e79e7 commit d9b0aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-source-filesystem/src/create-file-node.js
Expand Up @@ -44,7 +44,7 @@ exports.createFileNode = async (
internal = {
contentDigest,
type: `File`,
mediaType: mediaType,
mediaType,
description: `File "${path.relative(process.cwd(), slashed)}"`,
}
}
Expand Down

0 comments on commit d9b0aff

Please sign in to comment.