Skip to content

Commit

Permalink
Undo any changes to links variable
Browse files Browse the repository at this point in the history
  • Loading branch information
racedale committed Jan 20, 2018
1 parent 0b33b89 commit 6507299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-source-medium/src/gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ exports.sourceNodes = async ({ boundActionCreators }, { username }) => {
.digest(`hex`)

const links =
resource.type === `Post` || resource.type === `Collection`
resource.type === `Post`
? {
author___NODE: resource.creatorId,
}
Expand Down

0 comments on commit 6507299

Please sign in to comment.