Skip to content

Commit

Permalink
Fix passing auth info to createRemoteFileNode (#3628)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews authored Jan 20, 2018
1 parent f0f0040 commit df041d5
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 df041d5

Please sign in to comment.