Skip to content

Commit

Permalink
[gatsby-source-contentful] pass host to client init (#6149)
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh authored Jun 25, 2018
1 parent b252aba commit 445f5ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-source-contentful/src/fetch.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const contentful = require(`contentful`)
const _ = require(`lodash`)
const normalize = require(`./normalize`)

module.exports = async ({ spaceId, host, syncToken, ...options }) => {
module.exports = async ({ spaceId, syncToken, ...options }) => {
// Fetch articles.
console.time(`Fetch Contentful data`)

Expand Down

0 comments on commit 445f5ff

Please sign in to comment.