Skip to content

Commit

Permalink
do not use raw export
Browse files Browse the repository at this point in the history
  • Loading branch information
Boye Borg committed Feb 28, 2020
1 parent 9c234c3 commit 812a922
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6843,7 +6843,7 @@ async function main() {
client,
outputPath,
dataset: datasetToMirror,
raw: true,
raw: false,
drafts: false,
assetConcurrency: 12
});
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ async function main() {
client,
outputPath,
dataset: datasetToMirror,
raw: true,
raw: false,
drafts: false,
assetConcurrency: 12
});
Expand Down

0 comments on commit 812a922

Please sign in to comment.