Skip to content

Commit

Permalink
Fix passing auth info to createRemoteFileNode (gatsbyjs#3628)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews authored and jastack committed Jan 24, 2018
1 parent 9935773 commit 6b87e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-source-wordpress/src/normalize.js
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ exports.downloadMediaFiles = async ({
store,
cache,
createNode,
_auth,
auth: _auth,
})
} catch (e) {
// Ignore
Expand Down

0 comments on commit 6b87e0d

Please sign in to comment.