Skip to content

Commit

Permalink
fix review exports
Browse files Browse the repository at this point in the history
  • Loading branch information
wardpeet committed Oct 12, 2021
1 parent f3b91b0 commit 4f22ccf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/gatsby-source-contentful/src/fetch.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ async function fetchContent({ syncToken, pluginConfig, reporter }) {
return result
}

module.exports.fetchContent = fetchContent
exports.fetchContent = fetchContent

/**
* Fetches:
Expand Down Expand Up @@ -399,7 +399,7 @@ async function fetchContentTypes({ pluginConfig, reporter }) {
return contentTypes
}

module.exports.fetchContentTypes = fetchContentTypes
exports.fetchContentTypes = fetchContentTypes

/**
* Gets all the existing entities based on pagination parameters.
Expand Down

0 comments on commit 4f22ccf

Please sign in to comment.