From 65072992910e37e22e54d06858a707cfbb5ffe83 Mon Sep 17 00:00:00 2001 From: Dale Race Date: Fri, 19 Jan 2018 22:08:30 -0600 Subject: [PATCH] Undo any changes to `links` variable --- packages/gatsby-source-medium/src/gatsby-node.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-source-medium/src/gatsby-node.js b/packages/gatsby-source-medium/src/gatsby-node.js index 6c9fd77a9e5b4..99703f51c4e5b 100644 --- a/packages/gatsby-source-medium/src/gatsby-node.js +++ b/packages/gatsby-source-medium/src/gatsby-node.js @@ -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, }