Skip to content

Commit df041d5

Browse files
authored
Fix passing auth info to createRemoteFileNode (#3628)
1 parent f0f0040 commit df041d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gatsby-source-wordpress/src/normalize.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ exports.downloadMediaFiles = async ({
407407
store,
408408
cache,
409409
createNode,
410-
_auth,
410+
auth: _auth,
411411
})
412412
} catch (e) {
413413
// Ignore

0 commit comments

Comments
 (0)