Skip to content

Commit

Permalink
contentful export options change
Browse files Browse the repository at this point in the history
  • Loading branch information
cakr322 committed Sep 6, 2024
1 parent 9e55563 commit d2d88d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hub-search-proxy/handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ module.exports.bulk = async () => {
console.log('Exporting data from Contentful space id: ' + spaceId + ', environment: ' + contentfulEnv);
const options = {
spaceId: spaceId,
managementToken: token,
deliveryToken: token,
environmentId: contentfulEnv,
contentOnly: true,
downloadAssets: false,
Expand Down

0 comments on commit d2d88d3

Please sign in to comment.